@gridscale/api
Version:
gridscale API Wrapper
60 lines (59 loc) • 1.23 kB
TypeScript
export declare const $Snapshot: {
properties: {
labels: {
type: string;
contains: {
type: string;
};
};
object_uuid: {
type: string;
format: string;
};
name: {
type: string;
};
status: {
type: string;
};
location_country: {
type: string;
format: string;
};
usage_in_minutes: {
type: string;
};
location_uuid: {
type: string;
format: string;
};
change_time: {
type: string;
format: string;
};
license_product_no: {
type: string;
};
current_price: {
type: string;
format: string;
};
create_time: {
type: string;
format: string;
};
capacity: {
type: string;
};
location_name: {
type: string;
format: string;
};
location_iata: {
type: string;
};
parent_uuid: {
type: string;
};
};
};