@pelag/nts
Version:
Creation and support of the multilingual project Next.js
13 lines • 348 B
TypeScript
type Constants = {
API_BASE_URL: string;
FRONTEND_URL: string;
CONFIG_FILE_NAME: string;
TOKENS_FOLDER: string;
TOKEN_FILE_NAME: string;
LANG_CONFIG_FILE_NAME: string;
MODE: 'production' | 'dev';
UPDATE_COMMAND: string;
};
export declare const constants: Constants;
export {};
//# sourceMappingURL=constants.d.ts.map