AtLeastOne is a utility type that ensures at least one of the specified keys in T is required. It allows for flexibility in defining types where at least one property must be present.
The type to apply the AtLeastOne constraint to.
The keys of T that are required at least once.
AtLeastOne is a utility type that ensures at least one of the specified keys in T is required. It allows for flexibility in defining types where at least one property must be present.