type EnhancedPowerSyncCollectionConfig<TTable, OutputType, TSchema> = CollectionConfig<OutputType, string, TSchema> & object;
type EnhancedPowerSyncCollectionConfig<TTable, OutputType, TSchema> = CollectionConfig<OutputType, string, TSchema> & object;
Defined in: definitions.ts:254
A CollectionConfig which includes utilities for PowerSync.
optional id: string;
optional id: string;
optional schema: TSchema;
optional schema: TSchema;
utils: PowerSyncCollectionUtils<TTable>;
utils: PowerSyncCollectionUtils<TTable>;
TTable extends Table
OutputType extends Record<string, unknown> = Record<string, unknown>
TSchema extends StandardSchemaV1 = never
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
