mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
types: added UserSpec
This commit is contained in:
parent
4f821bfc37
commit
65fc1081c5
@ -37,6 +37,11 @@ export interface User {
|
||||
bots: Bot[] | string[]
|
||||
}
|
||||
|
||||
export interface UserSpec extends User {
|
||||
email: string
|
||||
perm: string
|
||||
}
|
||||
|
||||
export interface BotSpec {
|
||||
id: string
|
||||
webhook: string | null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user