RLE-wiki/functions/api/types.ts

5 lines
70 B
TypeScript

export type ENV = {
TG_BOT_TOKEN: string;
TG_GROUP_ID: string;
};