codesandbox
Version:
The CLI used for communicating with CodeSandbox
10 lines (9 loc) • 368 B
TypeScript
export declare const BASE_URL: string;
export declare const CREATE_SANDBOX_URL: string;
export declare const CREATE_UPLOAD_URL: string;
export declare const GET_USER_URL: string;
export declare const LOGIN_URL: string;
export declare const verifyUserTokenUrl: (token: string) => string;
export declare const createSandboxUrl: (sandbox: {
id: string;
}) => string;