type UpdateMutationFnParams<T, TKey, TUtils> = object;
type UpdateMutationFnParams<T, TKey, TUtils> = object;
Definiert in: packages/db/src/types.ts:276
• T extends object = Record<string, unknown>
• TKey erweitert string | number = string | number
• TUtils extends UtilsRecord = Record<string, Fn>
collection: Collection<T, TKey, TUtils>;
collection: Collection<T, TKey, TUtils>;
transaction: TransactionWithMutations<T, "update">;
transaction: TransactionWithMutations<T, "update">;
Ihre wöchentliche Dosis JavaScript-Nachrichten. Jeden Montag kostenlos an über 100.000 Entwickler geliefert.