jimpex
    Preparing search index...

    Type Alias JimpexServicesOptions

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

    type JimpexServicesOptions = {
        common: boolean;
        http: boolean;
        utils: boolean;
    }
    Index

    Properties

    Properties

    common: boolean

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

    true
    
    http: boolean

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

    true
    
    utils: boolean

    Whether or not to register the utils services: ensureBearerToken.