@swell/cli
Version:
Swell's command line interface/utility
9 lines (8 loc) • 535 B
TypeScript
export declare const API_BASE_URL: any;
export declare const LOCAL_PROXY_PROVIDER: any;
export declare const SCHEMAS_BASE_URL: any;
export declare function getAdminApiBaseUrl(storeId: string): any;
export declare function getLoginHost(storeId?: string): any;
export declare function getAppFrontendHost(storeId: string, installedAppId: string): any;
export declare function getStorefrontFrontendHost(storefrontSlug: string, branchId?: string): any;
export declare function getLocalFrontendHost(storeId: string, sessionId: string): any;