Staff knowledgebase
This commit is contained in:
Vendored
+7
@@ -58,4 +58,11 @@ export type GithubUserMapping = {
|
||||
id: number
|
||||
discord_id: string
|
||||
github_username: string
|
||||
}
|
||||
|
||||
export type KnowledgebaseItem = {
|
||||
id: number
|
||||
guild_id: string
|
||||
name: string
|
||||
content: string
|
||||
}
|
||||
Reference in New Issue
Block a user