Type alias UccFeature<TBoot, TOptions>

UccFeature<TBoot, TOptions>: Object<TBoot, TOptions> | Function<TBoot, TOptions>

Schema processing feature. Configures schema processor at bootstrap.

Can be enabled by schema constraints or explicitly.

Type Parameters

  • TBoot

    Type of schema processing bootstrap.

  • TOptions = void

    Type of schema processing options.

Generated using TypeDoc