progressive-chatgpt-bot
Version:
A progressive ChatGPT feishu bot, made to assist my girlfriend's work.
16 lines • 394 B
TypeScript
import { Setting } from './types';
export declare function getSettingFromNodeEnv(): Setting;
/**
* Modified from https://github.com/bestony/ChatGPT-Feishu/blob/master/event.js
*
* @param setting
* @returns
*/
export declare function checkSetting(setting: Setting): {
code: number;
message: {
zh_CN: string;
en_US: string;
};
};
//# sourceMappingURL=env.d.ts.map