@gridscale/api
Version:
gridscale API Wrapper
46 lines (45 loc) • 1.32 kB
TypeScript
export declare const $EventResponse: {
properties: {
events: {
type: string;
contains: {
properties: {
object_type: {
type: string;
};
request_uuid: {
type: string;
format: string;
};
object_uuid: {
type: string;
format: string;
};
activity: {
type: string;
};
request_type: {
type: string;
};
request_status: {
type: string;
};
change: {
type: string;
};
timestamp: {
type: string;
format: string;
};
user_uuid: {
type: string;
format: string;
};
initiator: {
type: string;
};
};
};
};
};
};