Type Alias TSStatsChannelIdFindUniqueOrThrowArgs<ExtArgs>

TSStatsChannelIdFindUniqueOrThrowArgs<ExtArgs>: {
    include?: TSStatsChannelIdInclude<ExtArgs> | null;
    omit?: TSStatsChannelIdOmit<ExtArgs> | null;
    select?: TSStatsChannelIdSelect<ExtArgs> | null;
    where: TSStatsChannelIdWhereUniqueInput;
}

TSStatsChannelId findUniqueOrThrow

Type Parameters

Type declaration