diff --git a/source/shared-union-fields.d.ts b/source/shared-union-fields.d.ts index bce1e9c0c..506f3696a 100644 --- a/source/shared-union-fields.d.ts +++ b/source/shared-union-fields.d.ts @@ -63,7 +63,7 @@ function displayPetInfo(petInfo: SharedUnionFields) { @category Object @category Union */ -type SharedUnionFields = +export type SharedUnionFields = Extract | ReadonlySet | UnknownArray> extends infer SkippedMembers ? Exclude extends infer RelevantMembers ?