@gridscale/api
Version:
gridscale API Wrapper
46 lines (44 loc) • 978 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$MarketplaceApplicationMetadata = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$MarketplaceApplicationMetadata = {
properties: {
components: {
type: 'array',
contains: {
type: 'string',
},
},
features: {
type: 'string',
},
hints: {
type: 'string',
},
icon: {
type: 'string',
},
license: {
type: 'string',
},
overview: {
type: 'string',
},
terms_of_use: {
type: 'string',
},
os: {
type: 'string',
},
author: {
type: 'string',
},
advices: {
type: 'string',
},
},
};
//# sourceMappingURL=$MarketplaceApplicationMetadata.js.map