@gridscale/api
Version:
gridscale API Wrapper
36 lines (35 loc) • 697 B
TypeScript
export declare const $Sshkey: {
properties: {
labels: {
type: string;
contains: {
type: string;
};
};
user_uuid: {
type: string;
format: string;
};
create_time: {
type: string;
format: string;
};
status: {
type: string;
};
change_time: {
type: string;
format: string;
};
name: {
type: string;
};
object_uuid: {
type: string;
format: string;
};
sshkey: {
type: string;
};
};
};