type InferPowerSyncOutputType<TTable, TSchema> = TSchema extends never ? ExtractedTable<TTable> : InferSchemaOutput<TSchema>;Defined in: definitions.ts:22
Small helper which determines the output type if:
Standard SQLite types are to be used OR
If the provided schema should be used.
TTable extends Table = Table
TSchema extends StandardSchemaV1\<`PowerSyncRecord`\> = never