import * as pl from "nodejs-polars"; export type PolarsField = { name: string; type: pl.DataType; };