Type alias RouteProps

RouteProps: {
    methods: ApiMethod[];
    path_tail?: string;
}

Type declaration

  • methods: ApiMethod[]
  • Optional path_tail?: string

Generated using TypeDoc