@gem-sdk/core 19.1.0-staging.19 → 19.1.0-staging.26
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.
package/dist/types/index.d.ts
CHANGED
|
@@ -43534,6 +43534,7 @@ type PreviewThemePageQueryResponse = {
|
|
|
43534
43534
|
customCode?: Maybe$1<Pick<CustomCode$1, 'body' | 'header'>>;
|
|
43535
43535
|
customFonts?: Maybe$1<Array<Maybe$1<Pick<CustomFont$1, 'backupFilePath' | 'fileKey' | 'filePath' | 'fontFamily' | 'fontStyle' | 'fontWeight' | 'id' | 'mimeType' | 'shopID' | 'size'>>>>;
|
|
43536
43536
|
interaction?: Maybe$1<Pick<PreviewPageInteraction$1, 'id' | 'value'>>;
|
|
43537
|
+
metafields?: Maybe$1<Array<Pick<PreviewThemePageMeta$1, 'key' | 'value'>>>;
|
|
43537
43538
|
}>;
|
|
43538
43539
|
};
|
|
43539
43540
|
declare class TypedDocumentString$d<TResult, TVariables> extends String implements DocumentTypeDecoration<TResult, TVariables> {
|