UNPKG
@allincart-ag/dive
Version:
beta (2.0.1-beta.10)
latest (2.0.1-beta.8)
2.0.1-beta.10
2.0.1-beta.8
1.19.0
Allincart Spatial Framework
github.com/shopware/dive
shopware/dive
@allincart-ag/dive
/
build
/
src
/
types
/
schema
/
GeometryTypeSchema.d.ts
2 lines
(1 loc)
•
113 B
TypeScript
View Raw
1
2
export
type
GeometryTypeSchema =
'cylinder'
|
'sphere'
|
'pyramid'
|
'cube'
|
'box'
|
'cone'
|
'wall'
|
'plane'
;