/* 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;
}
