interface Page {
    meta?: Metadata;
    path: string;
}

Properties

Properties

meta?: Metadata
path: string