Type Alias WhatnotStreamerCreateOrConnectWithoutStatsChannelIdsInput

WhatnotStreamerCreateOrConnectWithoutStatsChannelIdsInput: {
    create: XOR<WhatnotStreamerCreateWithoutStatsChannelIdsInput, WhatnotStreamerUncheckedCreateWithoutStatsChannelIdsInput>;
    where: WhatnotStreamerWhereUniqueInput;
}