Type alias JimpexOptions

JimpexOptions: {
    boot: boolean;
    config: JimpexConfigOptions;
    express: JimpexExpressOptions;
    filesizeLimit: string;
    healthCheck: JimpexHealthCheckFn;
    path: JimpexPathOptions;
    services: JimpexServicesOptions;
    statics: JimpexStaticsOptions;
}

The options to create a new instance of Jimpex.

Type declaration

Generated using TypeDoc