Type Alias IRoutesObject

IRoutesObject: Record<string, [
    | "GET"
    | "POST"
    | "DELETE"
    | "PATCH"
    | "PUT", string, string, typeof Controller, typeof Model]>