UNPKG

@punkbit/test24jan

Version:

A standalone package for Fleek Agents AI user-interface

8 lines (7 loc) 256 B
export type Defined = { PUBLIC_FLEEK_REST_API_URL?: string; PUBLIC_UI_APP_URL?: string; PUBLIC_BEEHIIV_PROXY_SERVER_URL?: string; }; export declare const defined: Defined; export declare const getDefined: (key: keyof typeof defined) => string;