Interface ISetupPromClientOptions

Options for setupPromClient function.

Hierarchy

  • ISetupPromClientOptions

Properties

getRegistry?: Nilable<RegistryProvider>

A function, returning the registry to use.

httpMethod?: Nilable<HttpMethod>

The custom HTTP method to use for registration.

Default

"get"

use?: HttpMiddleware[]

One or more optional middlewares to use for the endpoint.

Generated using TypeDoc