UNPKG

vtex

Version:

The platform for e-commerce apps

11 lines (10 loc) 260 B
interface LinkOptions { account?: string; workspace?: string; unsafe?: boolean; clean?: boolean; setup?: boolean; noWatch?: boolean; } export declare function appLink(options: LinkOptions): Promise<import("winston").Logger>; export {};