Type Utils
    Preparing search index...

    Type Alias IntersectionStruct<Types, Rules>

    IntersectionStruct: BaseStruct<"intersection", TIntersection<Types>> & UnionOrIntersectionPartialStruct<
        Types,
    > & WithRulesStruct<Rules>

    Type Parameters

    • Types extends any[]
    • Rules extends Custom<any[], string, any> = Custom<any[], string, any>