Type Alias TwitchStreamerUpdateToOneWithWhereWithoutCustomMessagesInput

TwitchStreamerUpdateToOneWithWhereWithoutCustomMessagesInput: {
    data: XOR<TwitchStreamerUpdateWithoutCustomMessagesInput, TwitchStreamerUncheckedUpdateWithoutCustomMessagesInput>;
    where?: TwitchStreamerWhereInput;
}