5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
![]() |
export type ENV = {
|
||
|
TG_BOT_TOKEN: string;
|
||
|
TG_GROUP_ID: string;
|
||
|
};
|