update
This commit is contained in:
@@ -7,3 +7,5 @@ export * from './data/upload.ts';
|
||||
|
||||
// 重要的类型定义模块
|
||||
export type { CreateColumnData, CreateTableData } from './meta/tables.ts';
|
||||
|
||||
export type { QueryParams } from './record.ts';
|
||||
@@ -1,7 +1,10 @@
|
||||
|
||||
import { Query } from './api.ts';
|
||||
import { Meta } from './meta/index.ts';
|
||||
type QueryParams = {
|
||||
/**
|
||||
* https://nocodb.com/docs/product-docs/developer-resources/rest-apis#v3-where-query-parameter
|
||||
*/
|
||||
export type QueryParams = {
|
||||
/**
|
||||
* fields=field1,field2
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user