Release 1.10.1 (#139)

This commit is contained in:
Thomas
2021-06-02 21:24:27 +02:00
committed by GitHub
parent 3066dfd805
commit 7788465272
3 changed files with 8 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export interface User {
permissions: string[];
settings: UserSettings;
subscription: {
expiresAt: Date;
expiresAt?: Date;
type: 'Basic' | 'Premium';
};
}