UNPKG

@dpkit/ckan

Version:

Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames

12 lines (10 loc) 164 B
import type { CkanField } from "./Field.ts" /** * CKAN Schema interface */ export interface CkanSchema { /** * List of fields */ fields: CkanField[] }