Interface PluginExports

Hierarchy

  • PluginExports

Indexable

[x: string]: unknown

Properties

Properties

Settings?: ComponentType<{}>

Type declaration

    start?: (() => Promisable<void>)

    Type declaration

      • (): Promisable<void>
      • Returns Promisable<void>

    stop?: (() => Promisable<void>)

    Type declaration

      • (): Promisable<void>
      • Returns Promisable<void>

    Generated using TypeDoc