Type Alias DeepPrepareIsExact<T, VisitedTypes>Internal
DeepPrepareIsExact <T, VisitedTypes>: {
[P in keyof T]-?: IsAny<T[P]> extends true
? AnyBrand
: DeepPrepareIsExactProp<T[P], T, VisitedTypes>
}
[P in keyof T]-?: IsAny<T[P]> extends true
? AnyBrand
: DeepPrepareIsExactProp<T[P], T, VisitedTypes>
}