기존
This commit is contained in:
11
db/db.d.ts
vendored
Normal file
11
db/db.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface GuildType {
|
||||
id: string;
|
||||
name: string;
|
||||
channel_id: string;
|
||||
}
|
||||
|
||||
export interface UserType {
|
||||
guild_id: string;
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user