mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-18 23:45:26 +02:00
fix(api-key): Fix type
This commit is contained in:
parent
9605fafe54
commit
1d195ff28d
@ -143,8 +143,8 @@ export interface AliasList {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type APIKeyScope =
|
export type APIKeyScope =
|
||||||
| "profile_basic"
|
|
||||||
| "full_profile"
|
| "full_profile"
|
||||||
|
| "basic_profile"
|
||||||
| "read:preferences"
|
| "read:preferences"
|
||||||
| "update:preferences"
|
| "update:preferences"
|
||||||
| "read:alias"
|
| "read:alias"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user