Interface: LocalizedValaxyAddon

Source: 1.0.0-rc.14 · a572916b42ec

Defined in: packages/@valaxyjs/utils/src/types/addons.ts:20

Extends

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

AddonCatalogEntry.icon


kind

ts
kind: AddonKind;

Defined in: packages/@valaxyjs/utils/src/types/addons.ts:14

Inherited from

AddonCatalogEntry.kind


name

ts
name: string;

Defined in: packages/@valaxyjs/utils/src/types/addons.ts:10

Inherited from

AddonCatalogEntry.name


repo

ts
repo: string;

Defined in: packages/@valaxyjs/utils/src/types/addons.ts:13

Inherited from

AddonCatalogEntry.repo


tags

ts
tags: readonly string[];

Defined in: packages/@valaxyjs/utils/src/types/addons.ts:17

Inherited from

AddonCatalogEntry.tags