File: EnhancedPowerSyncCollectionConfig.md | Updated: 11/15/2025
Search...
+ K
Auto
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide
Documentation
Framework
React
Version
Latest
Search...
+ K
Menu
Getting Started
Guides
Collections
Frameworks
Community
API Reference
Framework
React
Version
Latest
Menu
Getting Started
Guides
Collections
Frameworks
Community
API Reference
On this page
Copy Markdown
ts
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.
Type Declaration
----------------
### id?
ts
optional id: string;
optional id: string;
ts
optional schema: TSchema;
optional schema: TSchema;
ts
utils: PowerSyncCollectionUtils<TTable>;
utils: PowerSyncCollectionUtils<TTable>;
Type Parameters
---------------
### TTable
TTable extends Table
OutputType extends Record<string, unknown> = Record<string, unknown>
TSchema extends StandardSchemaV1 = never
