mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 00:58:12 +00:00
- Rename `Project` => `Base` - Rename `Base` => `Source` - Remove `db` from data/meta api endpoints - Add backward compatibility for old apis - Migrations for renaming table and columns Signed-off-by: Pranav C <pranavxc@gmail.com>
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
import type { SourceType } from 'nocodb-sdk'
|
|
|
|
const isDefaultBase = (source: SourceType) => source.is_meta
|
|
|
|
export { isDefaultBase }
|