Skip to content
HomePagesHomePages template kit

UnroutedPage

A pathless content surface — a document sheet, an image frame.

A pathless content surface — a document sheet, an image frame. Rendered output classes compose these. path?: never is what keeps the two page forms mutually unassignable under structural typing.

Import from @homepages/template-kit.

export interface UnroutedPage extends AuthoredPageBase {
readonly path?: never;
}