Type Alias WSStatsChannelIdDefaultArgs<ExtArgs>

WSStatsChannelIdDefaultArgs<ExtArgs>: {
    include?: WSStatsChannelIdInclude<ExtArgs> | null;
    omit?: WSStatsChannelIdOmit<ExtArgs> | null;
    select?: WSStatsChannelIdSelect<ExtArgs> | null;
}

WSStatsChannelId without action

Type Parameters

Type declaration