Skip to content
HomePagesHomePages template kit

WebsiteFormat

The one geometry-less format: the website branch's singleton.

The one geometry-less format: the website branch’s singleton. The never-typed geometry fields keep a rendered format from flowing into a website slot and vice versa — the mix is unrepresentable, not a validation message.

Import from @homepages/template-kit.

export interface WebsiteFormat {
readonly id: string;
readonly label: string;
readonly category: ContentCategory;
readonly width?: never;
readonly height?: never;
readonly dpi?: never;
readonly bleed?: never;
readonly preset?: never;
}