Type Alias WSStatsChannelIdDeleteArgs<ExtArgs>

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

WSStatsChannelId delete

Type Parameters

Type declaration