interface NotifyEventMutationUpdated {
    action: Action<any, any, any, any>;
    mutation: Mutation<any, any, any, any>;
    type: "updated";
}

Hierarchy

Properties

Properties

action: Action<any, any, any, any>
mutation: Mutation<any, any, any, any>
type: "updated"

Generated using TypeDoc