interface NotifyEventQueryUpdated {
    action: Action<any, any>;
    query: Query<any, any, any, any>;
    type: "updated";
}

Hierarchy

Properties

Properties

action: Action<any, any>
query: Query<any, any, any, any>
type: "updated"

Generated using TypeDoc