Type Alias YTSStatsChannelIdFindUniqueOrThrowArgs<ExtArgs>

YTSStatsChannelIdFindUniqueOrThrowArgs<ExtArgs>: {
    include?: YTSStatsChannelIdInclude<ExtArgs> | null;
    omit?: YTSStatsChannelIdOmit<ExtArgs> | null;
    select?: YTSStatsChannelIdSelect<ExtArgs> | null;
    where: YTSStatsChannelIdWhereUniqueInput;
}

YTSStatsChannelId findUniqueOrThrow

Type Parameters

Type declaration