udpate add columns types

This commit is contained in:
2025-12-02 10:22:35 +08:00
parent 420612501e
commit 25a4b5b4cb
7 changed files with 107 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
import { Query } from './api.ts';
import { Meta } from './meta/index.ts';
import { Meta, CreateColumnData } from './meta/index.ts';
import { Record } from './record.ts';
import { Upload } from './data/upload.ts';
export type NocoApiOptions = {