타입 별칭: InsertMutationFnParams<T, TKey, TUtils>
type InsertMutationFnParams<T, TKey, TUtils> = object;
정의 위치: packages/db/src/types.ts:523
타입 매개변수
T
T 확장 object = Record<string, unknown>
TKey
TKey 확장 string | number = string | number
TUtils
TUtils 확장 UtilsRecord = UtilsRecord
속성
collection
collection: Collection<T, TKey, TUtils>;
정의 위치: packages/db/src/types.ts:529
트랜잭션
transaction: TransactionWithMutations<T, "insert">;
정의 위치: packages/db/src/types.ts:528