RouteMetadata: {
    desc: null | string;
    method: "POST" | "PATCH" | "GET" | "PUT" | "DELETE";
    url: string;
}

Type declaration

  • desc: null | string
  • method: "POST" | "PATCH" | "GET" | "PUT" | "DELETE"
  • url: string

Generated using TypeDoc