Type Alias TSStatsChannelIdUncheckedCreateNestedOneWithoutTwitchStreamerInput

TSStatsChannelIdUncheckedCreateNestedOneWithoutTwitchStreamerInput: {
    connect?: TSStatsChannelIdWhereUniqueInput;
    connectOrCreate?: TSStatsChannelIdCreateOrConnectWithoutTwitchStreamerInput;
    create?: XOR<TSStatsChannelIdCreateWithoutTwitchStreamerInput, TSStatsChannelIdUncheckedCreateWithoutTwitchStreamerInput>;
}