Type alias Context<C, B, Q, P, D>

Context<C, B, Q, P, D>: Partial<BasicContext<C, B, Q, P, D> & RequestType<B, Q, P> & ResponseType<D>> & {
    error?: Error;
}

Type Parameters

  • C = Record<any, any>

  • B = Record<any, any>

  • Q = Record<any, any>

  • P = Record<any, any>

  • D = any

Type declaration

  • Optional error?: Error

Generated using TypeDoc