Type aliases
Auth
Auth: { bearerAuth: string[] }
MediaType
MediaType: "application/json" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/xml" | "text/plain" | "text/yaml" | "application/yaml"
Method
Method: "get" | "post" | "put" | "patch" | "delete"
ParamType
ParamType: "path" | "query" | "header"