Grounds
    Preparing search index...

    Type Alias TStructField<T>

    TStructField: T & { fieldId: number }

    A field in a struct schema, tagged with a field ID for Relish serialization.

    Type Parameters

    • T extends TSchema = TSchema