Type Alias WhatnotStreamerUpdateToOneWithWhereWithoutStatsChannelIdsInput

WhatnotStreamerUpdateToOneWithWhereWithoutStatsChannelIdsInput: {
    data: XOR<WhatnotStreamerUpdateWithoutStatsChannelIdsInput, WhatnotStreamerUncheckedUpdateWithoutStatsChannelIdsInput>;
    where?: WhatnotStreamerWhereInput;
}