Add Ask Discord

This commit is contained in:
pikiou
2022-04-19 02:33:05 +02:00
parent ebefcb247c
commit 74b5ef9e96
20 changed files with 198 additions and 223 deletions

View File

@@ -139,6 +139,11 @@ export interface VolunteerForgot {
message: string
}
export interface VolunteerDiscordId {
id: Volunteer["id"]
discordId: Volunteer["discordId"]
}
export interface VolunteerAsks {
id: Volunteer["id"]
firstname: Volunteer["firstname"]