UNPKG

@gridscale/api

Version:
15 lines (13 loc) 245 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type CreateResponse = { /** * request user ID. */ request_uuid?: string; /** * Object UUID of an object. */ object_uuid?: string; }