TypeAlias.ShopifyShop
type ShopifyShop = {
application: string;
createdAt: string;
domain: string;
id: string;
name: string;
network: | "EthereumAnvil"
| "BaseSepolia"
| "StarknetDevnet"
| "StarknetSepolia"
| "StarknetMainnet"
| "StellarQuickstart"
| "StellarTestnet"
| "StellarMainnet";
session?: {
id: string;
};
updatedAt: string;
};
Type Declaration
| Name | Type |
|---|---|
application | string |
createdAt | string |
domain | string |
id | string |
name | string |
network | |
session? | { id: string; } |
session.id | string |
updatedAt | string |