Type Alias KSStatsChannelIdDeleteArgs<ExtArgs>

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

KSStatsChannelId delete

Type Parameters

Type declaration