interface RawDataimport { type RawData } from "https://dotland.deno.dev/x/lume@v2.2.2/core/file.ts"; The data of a page declared initially Index Signatures[index: string]: anyPropertiesoptionaltags: string | string[]List of tags assigned to a page or folder optionalurl: string | false | ((page: Page) => string | false)The url of a page optionalbasename: stringThe basename of a page optionaldraft: booleanMark the page as a draft optionaldate: Date | string | numberThe date creation of the page optionalrenderOrder: numberTo configure the rendering order of a page optionalcontent: unknownThe raw content of a page optionallayout: stringThe layout used to render a page optionaltemplateEngine: string | string[]To configure a different template engine(s) to render a page optionalmergedKeys: Record<string, MergeStrategy>To configure how some data keys will be merged with the parent optionalonDemand: booleanWhether render this page on demand or not