Type Alias RSStatsChannelIdDefaultArgs<ExtArgs>

RSStatsChannelIdDefaultArgs<ExtArgs>: {
    include?: RSStatsChannelIdInclude<ExtArgs> | null;
    omit?: RSStatsChannelIdOmit<ExtArgs> | null;
    select?: RSStatsChannelIdSelect<ExtArgs> | null;
}

RSStatsChannelId without action

Type Parameters

Type declaration