Type Alias TWSCustomMessageUpdateManyWithWhereWithoutTwitterStreamerInput

TWSCustomMessageUpdateManyWithWhereWithoutTwitterStreamerInput: {
    data: XOR<TWSCustomMessageUpdateManyMutationInput, TWSCustomMessageUncheckedUpdateManyWithoutTwitterStreamerInput>;
    where: TWSCustomMessageScalarWhereInput;
}