figma-api 0.31.4

This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api). Note: we are releasing the OpenAPI specification as a beta given the large surface area and complexity of the REST API. If you notice any inaccuracies with the specification, please [file an issue](https://github.com/figma/rest-api-spec/issues).
Documentation
# ShapeType

## Enum Variants

| Name | Value |
|---- | -----|
| Square | SQUARE |
| Ellipse | ELLIPSE |
| RoundedRectangle | ROUNDED_RECTANGLE |
| Diamond | DIAMOND |
| TriangleUp | TRIANGLE_UP |
| TriangleDown | TRIANGLE_DOWN |
| ParallelogramRight | PARALLELOGRAM_RIGHT |
| ParallelogramLeft | PARALLELOGRAM_LEFT |
| EngDatabase | ENG_DATABASE |
| EngQueue | ENG_QUEUE |
| EngFile | ENG_FILE |
| EngFolder | ENG_FOLDER |
| Trapezoid | TRAPEZOID |
| PredefinedProcess | PREDEFINED_PROCESS |
| Shield | SHIELD |
| DocumentSingle | DOCUMENT_SINGLE |
| DocumentMultiple | DOCUMENT_MULTIPLE |
| ManualInput | MANUAL_INPUT |
| Hexagon | HEXAGON |
| Chevron | CHEVRON |
| Pentagon | PENTAGON |
| Octagon | OCTAGON |
| Star | STAR |
| Plus | PLUS |
| ArrowLeft | ARROW_LEFT |
| ArrowRight | ARROW_RIGHT |
| SummingJunction | SUMMING_JUNCTION |
| Or | OR |
| SpeechBubble | SPEECH_BUBBLE |
| InternalStorage | INTERNAL_STORAGE |


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)