Type Utils
    Preparing search index...

    Type Alias FromIntersectionStruct<T>

    FromIntersectionStruct: T extends V3.IntersectionStruct<infer U>
        ? TIntersection<U>
        : never

    Type Parameters