|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
import Noco from '../Noco'; |
|
|
|
|
import { CacheGetType, CacheScope, MetaTable } from '../utils/globals'; |
|
|
|
|
import NocoCache from '../cache/NocoCache'; |
|
|
|
|
import { extractProps } from '../meta/helpers/extractProps'; |
|
|
|
|
import View from './View'; |
|
|
|
|
import MapViewColumn from './MapViewColumn'; |
|
|
|
|
import type { MetaType } from 'nocodb-sdk'; |
|
|
|
|
import type { MapType } from 'nocodb-sdk'; |
|
|
|
|
import { extractProps } from '../meta/helpers/extractProps'; |
|
|
|
|
import { MetaType } from 'nocodb-sdk'; |
|
|
|
|
|
|
|
|
|
export default class MapView implements MapType { |
|
|
|
|
fk_view_id: string; |
|
|
|
|