Skip to main content

IPluginInfo

Admin Docs


Interface: IPluginInfo

Defined in: src/plugin/types.ts:23

Properties

categories?

optional categories: string[]

Defined in: src/plugin/types.ts:40


changelog?

optional changelog: object[]

Defined in: src/plugin/types.ts:29

changes

changes: string[]

date

date: string

version

version: string


features?

optional features: string[]

Defined in: src/plugin/types.ts:28


homepage?

optional homepage: string

Defined in: src/plugin/types.ts:24


license?

optional license: string

Defined in: src/plugin/types.ts:25


permissions?

optional permissions: string[]

Defined in: src/plugin/types.ts:39


requirements?

optional requirements: object

Defined in: src/plugin/types.ts:34

dependencies?

optional dependencies: Record<string, string>

nodeVersion?

optional nodeVersion: string

talawaVersion?

optional talawaVersion: string


screenshots?

optional screenshots: string[]

Defined in: src/plugin/types.ts:27


tags?

optional tags: string[]

Defined in: src/plugin/types.ts:26