data-cap
    Preparing search index...

    Interface BuildDataConfig<TFields>

    buildData's own config shape: fields only, nothing else.

    interface BuildDataConfig<TFields extends FieldsShape> {
        fields: TFields;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index
    fields: TFields

    The default/example value for every field, declaring the capability's shape.