v6
This commit is contained in:
20
src/types/Users.ts
Normal file
20
src/types/Users.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
interface User {
|
||||
id: number
|
||||
project_id: number
|
||||
telegram_id: number
|
||||
firstname?: string
|
||||
lastname?: string
|
||||
username?: string
|
||||
photo: string
|
||||
phone: string
|
||||
settings?: {
|
||||
language?: string
|
||||
fontSize?: number
|
||||
timezone: number
|
||||
}
|
||||
[key: string]: unknown
|
||||
}
|
||||
|
||||
export type {
|
||||
User
|
||||
}
|
||||
Reference in New Issue
Block a user