type ObjectTypeShorthand = | DesignBlockTypeShorthand | `shape/${ShapeTypeShorthand}` | `fill/${FillTypeShorthand}` | `effect/${EffectTypeShorthand}` | `blur/${BlurTypeShorthand}` | `animation/${AnimationTypeShorthand}`;
The shorthand block type IDs for all blocks types in the Creative Engine. Those are the types that can be
passed to cesdk.engine.block.findByType(type)
for example.