Staff knowledgebase

This commit is contained in:
Tarrgon
2025-09-12 08:34:14 -04:00
parent aa08477e9b
commit 76e6ca9e38
4 changed files with 216 additions and 1 deletions
+7
View File
@@ -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
}