recoder-code
Version:
🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!
12 lines (11 loc) • 566 B
TypeScript
/**
* Injection tokens
*/
export declare const CONFIGURATION_SERVICE_TOKEN: unique symbol;
export declare const CONFIGURATION_TOKEN = "CONFIGURATION_TOKEN";
export declare const CONFIGURATION_LOADER = "CONFIGURATION_LOADER";
export declare const VALIDATED_ENV_LOADER = "VALIDATED_ENV_LOADER";
export declare const PARTIAL_CONFIGURATION_KEY = "PARTIAL_CONFIGURATION_KEY";
export declare const PARTIAL_CONFIGURATION_PROPNAME = "KEY";
export declare const VALIDATED_ENV_PROPNAME = "_PROCESS_ENV_VALIDATED";
export declare const AS_PROVIDER_METHOD_KEY = "asProvider";