UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

8 lines (7 loc) 492 B
import { Theme } from './types.js'; import { AdminSession } from '../session.js'; export declare function themePreviewUrl(theme: Theme, session: AdminSession): string; export declare function themeEditorUrl(theme: Theme, session: AdminSession): string; export declare function codeEditorUrl(theme: Theme, session: AdminSession): string; export declare function storeAdminUrl(session: AdminSession): string; export declare function storePasswordPage(store: AdminSession['storeFqdn']): string;