UNPKG

@shopify/admin-api-client

Version:

Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API

4 lines 289 B
export declare function validateRequiredStoreDomain(storeDomain: string | undefined): void; export declare function validateRequiredAccessToken(accessToken: string): void; export declare function validateServerSideUsage(isTesting?: boolean): void; //# sourceMappingURL=validations.d.ts.map