fix: fix makeRequest

This commit is contained in:
2025-12-02 19:05:45 +08:00
parent 25a4b5b4cb
commit 5b79068534
3 changed files with 7 additions and 3 deletions

View File

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