Miscellaneous
- type seamless.types.Primitive = str | int | float | bool | None
- type seamless.types.ChildType = Renderable | Primitive
- type seamless.types.ChildrenType = Collection[ChildType]
- type seamless.types.RenderResult = Renderable | Primitive