Type alias ParsedPath

ParsedPath: {
    rest: string;
    segment: string;
}

Type declaration

  • rest: string
  • segment: string

Generated using TypeDoc