UNPKG

@codesandbox/api

Version:
8 lines (7 loc) 248 B
export declare const COOKIES: { DEV_JWT: string; SIGNED_IN: string; }; export declare const LOCAL_STORAGE_PREVIEW_JWT_KEY = "CSB_PREVIEW_JWT"; export declare const WAIT_FOR_SIGN_IN_MESSAGE_TIMEOUT = 60000; export declare const DAY: number;