Type Alias RSStatsChannelIdDeleteArgs<ExtArgs>

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

RSStatsChannelId delete

Type Parameters

Type declaration