Timo Hocker cef87ba4a5
All checks were successful
continuous-integration/drone/push Build is passing
lint
2023-03-25 14:17:58 +01:00

15 lines
824 B
TypeScript

type NodeShapes =
'' | 'assembly' | 'box' | 'box3d' | 'cds' | 'circle' | 'component'
| 'cylinder' | 'diamond' | 'doublecircle' | 'doubleoctagon' | 'egg'
| 'ellipse' | 'fivepoverhang' | 'folder' | 'hexagon' | 'house'
| 'insulator' | 'invhouse' | 'invtrapezium' | 'invtriangle' | 'larrow'
| 'lpromoter' | 'Mcircle' | 'Mdiamond' | 'Msquare' | 'none' | 'note'
| 'noverhang' | 'octagon' | 'oval' | 'parallelogram' | 'pentagon'
| 'plain' | 'plaintext' | 'point' | 'polygon' | 'primersite' | 'promoter'
| 'proteasesite' | 'proteinstab' | 'rarrow' | 'rect' | 'rectangle'
| 'restrictionsite' | 'ribosite' | 'rnastab' | 'rpromoter' | 'septagon'
| 'signature' | 'square' | 'star' | 'tab' | 'terminator' | 'threepoverhang'
| 'trapezium' | 'triangle' | 'tripleoctagon' | 'underline' | 'utr'
export { NodeShapes };