Returns true if the given object type has at least one required key, otherwise false.
Copied from the HasRequiredKeys type in type-fest v5.6 (built on RequiredKeysOf) so
that this package's public types do not depend on type-fest (see the note in
type-checks.ts).
Returns
trueif the given object type has at least one required key, otherwisefalse.Copied from the
HasRequiredKeystype intype-festv5.6 (built on RequiredKeysOf) so that this package's public types do not depend ontype-fest(see the note intype-checks.ts).