## OutputRow type

SQL on FHIR output row.

**Signature:**

```typescript
export type OutputRow = Record<string, any>;
```
