blob: 29a37f2d6748740b1b8bfe69dc9ba6df368d901b [file] [log] [blame]
Matteo Scandolo0f77c502016-12-06 16:46:00 -08001export interface IInstance {
2 id: number;
3 name: string;
4 backend_status: string;
5 created: string;
6}