Type Alias TTSStatsChannelIdDefaultArgs<ExtArgs>

TTSStatsChannelIdDefaultArgs<ExtArgs>: {
    include?: TTSStatsChannelIdInclude<ExtArgs> | null;
    omit?: TTSStatsChannelIdOmit<ExtArgs> | null;
    select?: TTSStatsChannelIdSelect<ExtArgs> | null;
}

TTSStatsChannelId without action

Type Parameters

Type declaration