Type Alias UserUpdateManyArgs<ExtArgs>

UserUpdateManyArgs<ExtArgs>: {
    data: XOR<UserUpdateManyMutationInput, UserUncheckedUpdateManyInput>;
    limit?: number;
    where?: UserWhereInput;
}

User updateMany

Type Parameters

Type declaration