Type Alias TSCustomMessageUpdateManyWithWhereWithoutTwitchStreamerInput

TSCustomMessageUpdateManyWithWhereWithoutTwitchStreamerInput: {
    data: XOR<TSCustomMessageUpdateManyMutationInput, TSCustomMessageUncheckedUpdateManyWithoutTwitchStreamerInput>;
    where: TSCustomMessageScalarWhereInput;
}