UNPKG

@swell/cli

Version:

Swell's command line interface/utility

11 lines (10 loc) 621 B
export declare const API_BASE_URL: any; export declare const ADMIN_API_BASE_URL: any; export declare const LOGIN_HOST: any; export declare const APP_PAGES_HOST: any; export declare const STOREFRONT_FRONTEND_HOST: 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;