| 7 | |
| 8 | |
| 9 | class UITemplate(TypedDict, total=False): |
| 10 | id: str |
| 11 | name: str |
| 12 | description: str |
| 13 | html: str |
| 14 | data_description: str |
| 15 | created_at: str |
| 16 | version: int |
| 17 | component_type: Optional[str] |
| 18 | component_data: Optional[dict[str, Any]] |
| 19 | |
| 20 | |
| 21 | # Built-in seed templates — must stay in sync with apps/app/src/components/template-library/seed-templates.ts |
nothing calls this directly
no outgoing calls
no test coverage detected