Type Alias TwitchStreamerCreateOrConnectWithoutStatsChannelIdsInput

TwitchStreamerCreateOrConnectWithoutStatsChannelIdsInput: {
    create: XOR<TwitchStreamerCreateWithoutStatsChannelIdsInput, TwitchStreamerUncheckedCreateWithoutStatsChannelIdsInput>;
    where: TwitchStreamerWhereUniqueInput;
}