import type {RequiredKeysOf} from './required-keys-of'; /** Creates a type that represents `true` or `false` depending on whether the given type has any required fields. This is useful when you want to create an API whose behavior depends on the presence or absence of required fields. @example ``` import type {HasRequiredKeys} from 'type-fest'; type GeneratorOptions