Type Alias UserNotificationsUpdateArgs<ExtArgs>

UserNotificationsUpdateArgs<ExtArgs>: {
    data: XOR<UserNotificationsUpdateInput, UserNotificationsUncheckedUpdateInput>;
    include?: UserNotificationsInclude<ExtArgs> | null;
    omit?: UserNotificationsOmit<ExtArgs> | null;
    select?: UserNotificationsSelect<ExtArgs> | null;
    where: UserNotificationsWhereUniqueInput;
}

UserNotifications update

Type Parameters

Type declaration