Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@urban-toolkit/autk-db / Table

Type Alias: Table

Table = OsmTable | OsmLayerTable | CsvTable | JsonTable | GeojsonTable | GeotiffTable | UserTable

Defined in: interfaces.ts:151

All table metadata variants that can be stored in an AutkDb workspace.

Serves as the main discriminated union for branching on table source and renderability.

Released under the MIT License.