Interface RegisterQuerySetQueryActionCreatorPayload

interface RegisterQuerySetQueryActionCreatorPayload {
    id: string;
    query: string;
}

Properties

Properties

id: string

The unique identifier of the target query.

query: string

The initial basic query expression.