Interface: PageOptions
Interface: PageOptions
Options for configuring the Page
decorator. Extends PageRouteDefinition
but excludes the methods
property, as it is predefined as 'GET'
by the decorator.
Extends
DecoratorPageRouteDefinition
Indexable
[key: string]: unknown
[key: number]: unknown
Properties
headers?
optional headers: HeadersType;
layout?
optional layout: string;