@gridscale/api
Version:
gridscale API Wrapper
19 lines • 422 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $MarketplaceApplicationCreateResponse = {
properties: {
request_uuid: {
type: 'string',
format: 'uuid',
},
object_uuid: {
type: 'string',
format: 'uuid',
},
unique_hash: {
type: 'string',
format: 'uuid',
},
},
};