interface Plugin {
    name: string;
    register?: ((ctx) => any);
}

Type Parameters

  • Ctx = any

Properties

Properties

name: string
register?: ((ctx) => any)

Type declaration

    • (ctx): any
    • Parameters

      • ctx: Ctx

      Returns any

Generated using TypeDoc