Skip to content

@sqlrooms/python / PythonTableOutputSpec

Type Alias: PythonTableOutputSpec

PythonTableOutputSpec = Extract<PythonOutputDeclaration, { type: "table"; }>

Table output spec resolved by the SQLRooms host.