projex
Version:
A command line to manage the workflow
8 lines (7 loc) • 350 B
TypeScript
export declare const Endpoints: {
UPLOAD_FILE: (account: string, file: string, site: string) => string;
GET_CONTENT_FILES: (account: string, file: string) => string;
GET_DIRECTORY_FILES: (account: string, site: string) => string;
VTEX_GET_TOKEN: (account: string) => string;
};
export declare const VTEX_CMS_DEFAULT_SITE = "default";