@icapps/tree-house-communication
Version:
Tree House communication module
7 lines (6 loc) • 363 B
TypeScript
export declare const getMandrillApiKey: () => string;
export declare const setMandrillApiKey: (key: string) => string;
export declare const getTwilioAccountSid: () => string;
export declare const setTwilioAccountSid: (key: string) => string;
export declare const getTwilioAuthToken: () => string;
export declare const setTwilioAuthToken: (key: string) => string;