Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@urban-toolkit/autk-db / TableSource

Type Alias: TableSource

TableSource = "osm" | "geojson" | "csv" | "json" | "geotiff" | "user"

Defined in: interfaces.ts:18

Supported origins for tables registered in the database workspace.

Distinguishes built-in loaders from user-provided tables so callers can branch on import behavior.

Released under the MIT License.