Type Utils
    Preparing search index...

    Type Alias ObjectStruct<T, Rules>

    ObjectStruct: BaseStruct<"object", T> & V3.ObjectTree<T> & WithRulesStruct<
        Rules,
    >

    Type Parameters

    • T extends {}
    • Rules extends Custom<any[], string, T> = Custom<any[], string, T>