UNPKG

@trendmoon/api-client

Version:
9 lines 250 B
/** * Environment configuration with necessary variables for Trendmoon API */ export declare const config: { readonly TRENDMOON_API_KEY: string; readonly TRENDMOON_API_URL: string; }; export default config; //# sourceMappingURL=env.d.ts.map