Type Alias UserNotificationDataDeleteArgs<ExtArgs>

UserNotificationDataDeleteArgs<ExtArgs>: {
    include?: UserNotificationDataInclude<ExtArgs> | null;
    omit?: UserNotificationDataOmit<ExtArgs> | null;
    select?: UserNotificationDataSelect<ExtArgs> | null;
    where: UserNotificationDataWhereUniqueInput;
}

UserNotificationData delete

Type Parameters

Type declaration