The columns of a patient_charts row needed to render its text.
Structural rather than one of the generated row types because callers hold different ones: the
v2 agents pass the Kysely TableRow<"patient_charts"> (branded ids), legacy chart-review passes
the Supabase-generated Row (id: number, Json columns). Both satisfy this.
The columns of a
patient_chartsrow needed to render its text.Structural rather than one of the generated row types because callers hold different ones: the v2 agents pass the Kysely
TableRow<"patient_charts">(branded ids), legacy chart-review passes the Supabase-generatedRow(id: number,Jsoncolumns). Both satisfy this.