Type Alias KSStatsChannelIdCreateNestedOneWithoutKickStreamerInput

KSStatsChannelIdCreateNestedOneWithoutKickStreamerInput: {
    connect?: KSStatsChannelIdWhereUniqueInput;
    connectOrCreate?: KSStatsChannelIdCreateOrConnectWithoutKickStreamerInput;
    create?: XOR<KSStatsChannelIdCreateWithoutKickStreamerInput, KSStatsChannelIdUncheckedCreateWithoutKickStreamerInput>;
}