Type Alias KickStreamerUpdateToOneWithWhereWithoutStatsChannelIdsInput

KickStreamerUpdateToOneWithWhereWithoutStatsChannelIdsInput: {
    data: XOR<KickStreamerUpdateWithoutStatsChannelIdsInput, KickStreamerUncheckedUpdateWithoutStatsChannelIdsInput>;
    where?: KickStreamerWhereInput;
}