Type Alias TSStatsChannelIdDefaultArgs<ExtArgs>

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

TSStatsChannelId without action

Type Parameters

Type declaration