interface NotifyEventMutationAdded {
    mutation: Mutation<any, any, any, any>;
    type: "added";
}

Hierarchy

Properties

Properties

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

Generated using TypeDoc