Type alias JimpexServicesOptions

JimpexServicesOptions: {
    common: boolean;
    http: boolean;
    utils: boolean;
}

The options to enable some of the default services Jimpex comes with.

Type declaration

  • common: boolean

    Whether or not to register all the common services: appError, httpError, and sendFile.

    Default

    true
    
  • http: boolean

    Whether or not to register the http services: apiClient, http, and responsesBuilder.

    Default

    true
    
  • utils: boolean

    Whether or not to register the utils services: ensureBearerToken.

Generated using TypeDoc