Type alias CamundaPlatform8Configuration

CamundaPlatform8Configuration: ReturnType<typeof CamundaEnvironmentConfigurator.ENV> & {
    middleware?: BeforeRequestHook[];
}

Type declaration

  • Optional middleware?: BeforeRequestHook[]

Generated using TypeDoc