Type alias ArboretumAliasT

ArboretumAliasT: ArboretumPageBaseT & {
    pageId: string;
    type: "alias";
}

Type declaration

  • pageId: string
  • type: "alias"

Generated using TypeDoc