mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 05:17:18 +00:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import type { BaseType } from 'nocodb-sdk'
|
|
|
|
const isDefaultBase = (base: BaseType) => base.is_meta
|
|
|
|
export { isDefaultBase }
|