Type Alias WhatnotStreamerCreateNestedOneWithoutStatsChannelIdsInput

WhatnotStreamerCreateNestedOneWithoutStatsChannelIdsInput: {
    connect?: WhatnotStreamerWhereUniqueInput;
    connectOrCreate?: WhatnotStreamerCreateOrConnectWithoutStatsChannelIdsInput;
    create?: XOR<WhatnotStreamerCreateWithoutStatsChannelIdsInput, WhatnotStreamerUncheckedCreateWithoutStatsChannelIdsInput>;
}