1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 07:39:41 +02:00

fix: add missing types for API token deletion (#1428)

This commit is contained in:
Philipp Fischbeck 2022-06-21 19:42:03 +02:00 committed by GitHub
parent 292bf7068a
commit c158672d12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -66,6 +66,8 @@ export interface UserOut {
}
export interface LongLiveTokenOut {
token: string;
name: string;
id: number;
}
export interface ReadGroupPreferences {
privateGroup?: boolean;