Skip to content

@sqlrooms/cells / isSqlCell

Function: isSqlCell()

isSqlCell(cell): cell is { id: string; type: "sql"; data: { title: string; sql: string; resultName?: string; connectorId?: string } }

Parameters

ParameterType
cellCell

Returns

cell is { id: string; type: "sql"; data: { title: string; sql: string; resultName?: string; connectorId?: string } }