frontend: add defaultUser, supporter

This commit is contained in:
Alex
2025-03-02 23:12:10 +01:00
parent 29f405385e
commit 1f61c9ad71
6 changed files with 186 additions and 129 deletions

View File

@@ -80,6 +80,10 @@ declare global {
interface Types {
licenceCategory: LicenceCategory;
subscription: Subscription;
membership: Membership;
licence: Licence;
licenceCategory: LicenceCategory;
bankAccount: BankAccount;
}
// interface PageData {}
// interface Platform {}