본문으로 건너뛰기

타입 별칭: DeleteMutationFnParams<T, TKey, TUtils>

type DeleteMutationFnParams<T, TKey, TUtils> = object;

정의 위치: packages/db/src/types.ts:531

타입 매개변수

T

T 확장 object = Record&lt;string, unknown>

TKey

TKey 확장 string | number = string | number

TUtils

TUtils 확장 UtilsRecord = UtilsRecord

속성

collection

collection: Collection<T, TKey, TUtils>;

정의 위치: packages/db/src/types.ts:537


트랜잭션

transaction: TransactionWithMutations<T, "delete">;

정의 위치: packages/db/src/types.ts:536