interface NotifyEventMutationRemoved {
    mutation: Mutation<any, any, any, any>;
    type: "removed";
}

Hierarchy

Properties

Properties

mutation: Mutation<any, any, any, any>
type: "removed"

Generated using TypeDoc