blob: 77c0534fd8c6e633f49a529d13687d3a4a4da009 [file] [log] [blame]
export interface IInstance {
id: number;
name: string;
backend_status: string;
created: string;
}
/**
* @whatItDoes Describes the slice model.
* @stable
*/
export interface ISlice {
id: number;
name: string;
backend_status: string;
created: string;
}