File: DeleteMutationFnParams.md | Updated: 11/15/2025
Search...
+ K
Auto
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide
Documentation
Framework
React
Version
Latest
Search...
+ K
Menu
Getting Started
Guides
Collections
Frameworks
Community
API Reference
Framework
React
Version
Latest
Menu
Getting Started
Guides
Collections
Frameworks
Community
API Reference
On this page
Copy Markdown
ts
type DeleteMutationFnParams<T, TKey, TUtils> = object;
type DeleteMutationFnParams<T, TKey, TUtils> = object;
Defined in: packages/db/src/types.ts:357
Type Parameters
---------------
### T
T extends object = Record<string, unknown>
TKey extends string | number = string | number
TUtils extends UtilsRecord = UtilsRecord
Properties
----------
### collection
ts
collection: Collection<T, TKey, TUtils>;
collection: Collection<T, TKey, TUtils>;
Defined in: packages/db/src/types.ts:363
ts
transaction: TransactionWithMutations<T, "delete">;
transaction: TransactionWithMutations<T, "delete">;
Defined in: packages/db/src/types.ts:362
