mirror of
https://github.com/ershisan99/flashcards-admin-bot.git
synced 2026-01-25 12:34:41 +00:00
initial commit
This commit is contained in:
9
src/types.ts
Normal file
9
src/types.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type UserData = {
|
||||
name: string;
|
||||
availableTime: { from: number; to: number | null };
|
||||
tgUsername: string;
|
||||
userId: string;
|
||||
chatId: string;
|
||||
};
|
||||
|
||||
export type Data = Record<string, UserData>;
|
||||
Reference in New Issue
Block a user