@resistdesign/voltra
    Preparing search index...

    Type Alias TypeInfo

    Information about a type definition.

    type TypeInfo = {
        fields?: Record<string, TypeInfoField>;
        primaryField?: string;
        tags?: SupportedTags;
        unionFieldSets?: string[][];
    }
    Index

    Properties

    fields?: Record<string, TypeInfoField>

    Map of field names to field definitions.

    primaryField?: string

    Primary field name for the type.

    Optional type-level tags.

    unionFieldSets?: string[][]

    Field name groupings for union type definitions.