ServerInfo
This commit is contained in:
		| @@ -106,20 +106,7 @@ export type DetailedInstanceMetadata = LiteInstanceMetadata & { | |||||||
|  |  | ||||||
| export type InstanceMetadata = LiteInstanceMetadata | DetailedInstanceMetadata; | export type InstanceMetadata = LiteInstanceMetadata | DetailedInstanceMetadata; | ||||||
|  |  | ||||||
| export type ServerInfo = { | export type ServerInfo = Packed<'ServerInfo'>; | ||||||
| 	machine: string; |  | ||||||
| 	cpu: { |  | ||||||
| 		model: string; |  | ||||||
| 		cores: number; |  | ||||||
| 	}; |  | ||||||
| 	mem: { |  | ||||||
| 		total: number; |  | ||||||
| 	}; |  | ||||||
| 	fs: { |  | ||||||
| 		total: number; |  | ||||||
| 		used: number; |  | ||||||
| 	}; |  | ||||||
| }; |  | ||||||
|  |  | ||||||
| export type Stats = { | export type Stats = { | ||||||
| 	notesCount: number; | 	notesCount: number; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 tamaina
					tamaina