Type Alias UserNotificationsUpdateManyArgs<ExtArgs>

UserNotificationsUpdateManyArgs<ExtArgs>: {
    data: XOR<UserNotificationsUpdateManyMutationInput, UserNotificationsUncheckedUpdateManyInput>;
    limit?: number;
    where?: UserNotificationsWhereInput;
}

UserNotifications updateMany

Type Parameters

Type declaration