UNPKG

@allincart-ag/dive

Version:

Allincart Spatial Framework

9 lines (8 loc) 214 B
import { EntityTypeSchema } from './EntityTypeSchema.ts'; export type BaseEntitySchema = { id: string; name: string; entityType: EntityTypeSchema; visible: boolean; parentId?: string | null; };