Preparing search index...
The search index is not available
@notidotbot/noti-api-client
@notidotbot/noti-api-client
Prisma
ClientDeleteManyArgs
Type Alias ClientDeleteManyArgs<ExtArgs>
Client
Delete
Many
Args
<
ExtArgs
>
:
{
limit
?:
number
;
where
?:
ClientWhereInput
;
}
Client deleteMany
Type Parameters
ExtArgs
extends
InternalArgs
=
DefaultArgs
Type declaration
Optional
limit
?:
number
Limit how many Clients to delete.
Optional
where
?:
ClientWhereInput
Filter which Clients to delete
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@notidotbot/noti-api-client
Loading...
Client deleteMany