Type alias VersionValidatorPartialOptions

VersionValidatorPartialOptions: DeepPartial<Omit<VersionValidatorOptions, "version">>

A partial version of the VersionValidatorOptions, to be used in the constructor and the middleware creator. The reason it omits version it's because for the constructor it's required, but for the middleware creator it's not.

Generated using TypeDoc