/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type MarketplaceApplicationImport = {
    /**
     * unique hash to allow user to import the self-created marketplace application
     */
    unique_hash: string;
}
