UNPKG

@gridscale/api

Version:
15 lines (14 loc) 299 B
export declare type MarketplaceApplicationCreateResponse = { /** * request user ID. */ request_uuid?: string; /** * The user name. */ object_uuid?: string; /** * Unique hash for importing this marketplace application */ unique_hash?: string; };