Type Alias YoutubeStreamerUpdateToOneWithWhereWithoutCustomMessagesInput

YoutubeStreamerUpdateToOneWithWhereWithoutCustomMessagesInput: {
    data: XOR<YoutubeStreamerUpdateWithoutCustomMessagesInput, YoutubeStreamerUncheckedUpdateWithoutCustomMessagesInput>;
    where?: YoutubeStreamerWhereInput;
}