Type Alias TWSCustomMessageUpdateWithWhereUniqueWithoutTwitterStreamerInput

TWSCustomMessageUpdateWithWhereUniqueWithoutTwitterStreamerInput: {
    data: XOR<TWSCustomMessageUpdateWithoutTwitterStreamerInput, TWSCustomMessageUncheckedUpdateWithoutTwitterStreamerInput>;
    where: TWSCustomMessageWhereUniqueInput;
}