(collection: string, field: string)
| 188 | columnInfo(collection?: string, field?: string): Promise<Column | Column[]>; |
| 189 | readAll(collection?: string): Promise<Field[]>; |
| 190 | readOne(collection: string, field: string): Promise<Record<string, any>>; |
| 191 | createField( |
| 192 | collection: string, |
| 193 | field: Partial<Field> & { field: string; type: Type | null }, |
no outgoing calls
no test coverage detected