fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
12 lines • 373 B
TypeScript
/**
* Type-safe environment variable access for tests
*/
interface TestEnvironment {
FASTCOMMENTS_API_KEY: string;
FASTCOMMENTS_TENANT_ID: string;
FASTCOMMENTS_BASE_URL?: string;
}
export declare const testEnv: TestEnvironment;
export declare const API_KEY: string, TENANT_ID: string, BASE_URL: string | undefined;
export {};
//# sourceMappingURL=env.d.ts.map