@shopby/shop-sdk 1.78.60 → 1.78.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -475,6 +475,7 @@ export interface InquiriesInquiryNoAnswer {
|
|
|
475
475
|
answerContent?: string;
|
|
476
476
|
answerNo?: number;
|
|
477
477
|
file?: Array<InquiriesInquiryNoFile>;
|
|
478
|
+
files?: Array<InquiriesInquiryNoFile>;
|
|
478
479
|
}
|
|
479
480
|
export interface InquiriesInquiryNoInquiryType {
|
|
480
481
|
inquiryTypeDescription: string;
|