import type { PolarsField } from "../field/index.ts"; export interface PolarsSchema { fields: PolarsField[]; }