Add typings

This commit is contained in:
ernstmul
2024-12-19 15:33:26 +01:00
parent db0519f519
commit 850613b0cf
+4
View File
@@ -282,6 +282,10 @@ export type Plan = {
isAvailable: boolean;
selfService: boolean;
premiumSupport: boolean;
budgeting: boolean;
supportsMockNumbers: boolean;
backupsEnabled: boolean;
backupPolicies: number;
};
export type PlansInfo = {