@gridscale/api
Version:
gridscale API Wrapper
19 lines (17 loc) • 360 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type MarketplaceApplicationCreateResponse = {
/**
* request user ID.
*/
request_uuid?: string;
/**
* The user name.
*/
object_uuid?: string;
/**
* Unique hash for importing this marketplace application
*/
unique_hash?: string;
}