Interface: LocalizedValaxyAddon
Source: 1.0.0-rc.14 · a572916b42ec
Defined in: packages/@valaxyjs/utils/src/types/addons.ts:20
Extends
Omit<AddonCatalogEntry,"author"|"description"|"docsPath">
Properties
author
ts
author: string[];Defined in: packages/@valaxyjs/utils/src/types/addons.ts:21
description
ts
description: string;Defined in: packages/@valaxyjs/utils/src/types/addons.ts:22
docs?
ts
optional docs?: string;Defined in: packages/@valaxyjs/utils/src/types/addons.ts:23
icon
ts
icon: string;Defined in: packages/@valaxyjs/utils/src/types/addons.ts:12
Inherited from
kind
ts
kind: AddonKind;Defined in: packages/@valaxyjs/utils/src/types/addons.ts:14
Inherited from
name
ts
name: string;Defined in: packages/@valaxyjs/utils/src/types/addons.ts:10
Inherited from
repo
ts
repo: string;Defined in: packages/@valaxyjs/utils/src/types/addons.ts:13
Inherited from
tags
ts
tags: readonly string[];Defined in: packages/@valaxyjs/utils/src/types/addons.ts:17