Lime Web Components API Documentation - v7.2.0
    Preparing search index...

    Interface QueryResponseFormat

    Shape describing which fields a Query should return.

    interface QueryResponseFormat {
        aggregates?: Record<string, AggregateGroup>;
        object?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    aggregates?: Record<string, AggregateGroup>
    object?: Record<string, unknown>