Type Alias RequiresVal

RequiresVal: { readonly [key: string]: unknown }

An object that maps option keys to required values.

Type declaration

  • readonly [key: string]: unknown