interface Mutation {
    entityKey: string;
    payload: MutationPayload;
    type: string;
}

Properties

entityKey: string
type: string