first commit
This commit is contained in:
14
src/app/models/server-info.ts
Normal file
14
src/app/models/server-info.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export interface ServerInfoModel {
|
||||
id: number;
|
||||
companyId: number;
|
||||
databaseId: number;
|
||||
provider: string;
|
||||
serverType: 'shared' | 'VPS' | 'dedicated';
|
||||
operatingSystem: string;
|
||||
cpu: string;
|
||||
storageGB: number;
|
||||
ramGB: number;
|
||||
bandwidthGB: number;
|
||||
monthlyCostUSD: number;
|
||||
location: string;
|
||||
}
|
||||
Reference in New Issue
Block a user