UNPKG

@gridscale/api

Version:
12 lines (10 loc) 215 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Label = { label?: string; create_time?: string; change_time?: string; relations?: Array<any>; status?: string; }