UNPKG

@allincart-ag/dive

Version:

Allincart Spatial Framework

8 lines (7 loc) 184 B
import { GeometryTypeSchema } from './GeometryTypeSchema.ts'; export type GeometrySchema = { name: GeometryTypeSchema; width: number; height: number; depth: number; };