fix(api-key): Fix type

This commit is contained in:
Myzel394 2023-03-11 12:49:16 +01:00
parent 9605fafe54
commit 1d195ff28d
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -143,8 +143,8 @@ export interface AliasList {
}
export type APIKeyScope =
| "profile_basic"
| "full_profile"
| "basic_profile"
| "read:preferences"
| "update:preferences"
| "read:alias"