본문으로 건너뛰기

타입 별칭: EnhancedPowerSyncCollectionConfig<TTable, OutputType, TSchema>

type EnhancedPowerSyncCollectionConfig<TTable, OutputType, TSchema> = CollectionConfig<OutputType, string, TSchema, PowerSyncCollectionUtils<TTable>> & object;

정의 위치: definitions.ts:297

PowerSync용 유틸리티를 포함하는 CollectionConfig입니다.

타입 선언

id?

optional id: string;

schema?

optional schema: TSchema;

utils

utils: PowerSyncCollectionUtils<TTable>;

타입 매개변수

TTable

TTable extends Table

OutputType

OutputType extends Record&lt;string, unknown> = Record&lt;string, unknown>

TSchema

TSchema extends StandardSchemaV1 = never