@sqlrooms/cells / isSqlCell
Function: isSqlCell()
isSqlCell(
cell):cell is { id: string; type: "sql"; data: { title: string; sql: string; resultName?: string; connectorId?: string } }
Parameters
| Parameter | Type |
|---|---|
cell | Cell |
Returns
cell is { id: string; type: "sql"; data: { title: string; sql: string; resultName?: string; connectorId?: string } }
