Interface LogUndoTriggerQueryActionCreatorPayload

interface LogUndoTriggerQueryActionCreatorPayload {
    undoneQuery: string;
}

Properties

Properties

undoneQuery: string

The query that was undone.