UNPKG

@gridscale/api

Version:
12 lines (11 loc) 250 B
export declare type Request = { /** * Defines the date and time the object was initially created. */ create_time: string; /** * Status indicates the status of the object. */ status: string; message: string; };