Type Utils
    Preparing search index...

    Type Alias FromStruct<T>

    FromStruct: T extends V3.Struct<infer U> ? U : never

    Type Parameters