TypeAlias.ShopifyShop
type ShopifyShop = {
application: string;
createdAt: string;
domain: string;
hasSession: boolean;
id: string;
name: string;
network: | "EthereumAnvil"
| "BaseSepolia"
| "BaseMainnet"
| "XdcApothem"
| "XdcMainnet"
| "StellarQuickstart"
| "StellarTestnet"
| "StellarMainnet";
updatedAt: string;
};
Type Declaration
| Name | Type |
|---|---|
application | string |
createdAt | string |
domain | string |
hasSession | boolean |
id | string |
name | string |
network | |
updatedAt | string |