TypeAlias.ImportJob
type ImportJob = {
application: string;
createdAt: string;
entityName: string;
id: string;
source: "upload" | "shopify";
updatedAt: string;
};
Type Declaration
| Name | Type |
|---|---|
application | string |
createdAt | string |
entityName | string |
id | string |
source | "upload" | "shopify" |
updatedAt | string |