Type alias Module

Module: {
    init?: ((ctx) => Promise<void>);
    name: string;
} & Partial<Middleware> & Partial<Hook>

Type declaration

  • Optional init?: ((ctx) => Promise<void>)
  • name: string

Generated using TypeDoc