UNPKG

@gridscale/api

Version:
19 lines (17 loc) 360 B
/* 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; }