Variable.ImportJobSource
const ImportJobSource: {
Scheduled: "scheduled";
Shopify: "shopify";
Upload: "upload";
};
Type Declaration
| Name | Type | Default value |
|---|---|---|
Scheduled | "scheduled" | 'scheduled' |
Shopify | "shopify" | 'shopify' |
Upload | "upload" | 'upload' |