본문으로 건너뛰기

타입 별칭: CollectionOptions<T, TKey, TSchema, TUtils>

type CollectionOptions<T, TKey, TSchema, TUtils> = CollectionOptionsIdentity<T, TKey, TSchema, TUtils, DbClient>;

정의 위치: packages/db/src/client.ts:39

타입 매개변수

T

T extends object = Record&lt;string, unknown>

TKey

TKey extends string | number = string | number

TSchema

TSchema extends StandardSchemaV1 = never

TUtils

TUtils 확장 UtilsRecord = UtilsRecord