@gridscale/api
Version:
gridscale API Wrapper
41 lines (40 loc) • 788 B
TypeScript
export declare const $Location: {
properties: {
iata: {
type: string;
};
labels: {
type: string;
contains: {
type: string;
};
};
name: {
type: string;
format: string;
};
object_uuid: {
type: string;
format: string;
};
country: {
type: string;
format: string;
};
active: {
type: string;
};
change_requested: {
type: string;
};
cpunode_count: {
type: string;
};
public: {
type: string;
};
product_no: {
type: string;
};
};
};