Type Alias UserNotificationDataUpdateManyArgs<ExtArgs>

UserNotificationDataUpdateManyArgs<ExtArgs>: {
    data: XOR<UserNotificationDataUpdateManyMutationInput, UserNotificationDataUncheckedUpdateManyInput>;
    limit?: number;
    where?: UserNotificationDataWhereInput;
}

UserNotificationData updateMany

Type Parameters

Type declaration