FloorplanAssignment
One floor plan attached to a unit, in the fixture/render-time view.
One floor plan attached to a unit, in the fixture/render-time view.
url/alt/responsive are ATTACHED at render time by a resolution step —
absent here means “not yet resolved”, never “no plan”.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type FloorplanAssignment = { id: string; upload_id?: string; url?: string; alt?: string; floor_label: string | null; position: number; responsive?: ResponsiveImage | null;};