UNPKG

@gridscale/api

Version:
16 lines (15 loc) 319 B
/** * Metadata of application */ export declare type MarketplaceApplicationMetadata = { components?: Array<string>; features?: string; hints?: string; icon?: string; license?: string; overview?: string; terms_of_use?: string; os?: string; author?: string; advices?: string; };