Fix metadata type

This commit is contained in:
wvffle 2022-07-25 21:07:13 +00:00 committed by Georg Krause
parent 148adbf702
commit 8d63ee689f
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ export interface UserRequest {
creation_date: string
handled_date: string
metadata: object
metadata: Record<string, string>
}
// Notification stuff