Type Alias KSStatsChannelIdDefaultArgs<ExtArgs>

KSStatsChannelIdDefaultArgs<ExtArgs>: {
    include?: KSStatsChannelIdInclude<ExtArgs> | null;
    omit?: KSStatsChannelIdOmit<ExtArgs> | null;
    select?: KSStatsChannelIdSelect<ExtArgs> | null;
}

KSStatsChannelId without action

Type Parameters

Type declaration