@gridscale/api
Version:
gridscale API Wrapper
25 lines (24 loc) • 473 B
TypeScript
export declare const $Label: {
properties: {
label: {
type: string;
};
create_time: {
type: string;
format: string;
};
change_time: {
type: string;
format: string;
};
relations: {
type: string;
contains: {
properties: {};
};
};
status: {
type: string;
};
};
};