Add base support for definining the number of backups that can be created for a server

This commit is contained in:
Dane Everitt
2020-04-26 12:12:29 -07:00
parent bed51b5871
commit f1c3762f4d
10 changed files with 65 additions and 23 deletions

View File

@@ -29,6 +29,7 @@ export interface Server {
featureLimits: {
databases: number;
allocations: number;
backups: number;
};
isSuspended: boolean;
isInstalling: boolean;