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; }