Type Alias TSStatsChannelIdDeleteArgs<ExtArgs>

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

TSStatsChannelId delete

Type Parameters

Type declaration