Type Alias UserNotificationsDeleteArgs<ExtArgs>

UserNotificationsDeleteArgs<ExtArgs>: {
    include?: UserNotificationsInclude<ExtArgs> | null;
    omit?: UserNotificationsOmit<ExtArgs> | null;
    select?: UserNotificationsSelect<ExtArgs> | null;
    where: UserNotificationsWhereUniqueInput;
}

UserNotifications delete

Type Parameters

Type declaration