Interface UpdateQuerySetQueryActionCreatorPayload

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

Properties

Properties

id: string

The unique identifier of the target query.

query: string

The new basic query expression.