blob: e999c8d96c40db774d857b553df019b4e18b7c59 [file] [log] [blame]
/**
* HTTP Verb supported by GitHub's REST API
*/
export declare type RequestMethod = "DELETE" | "GET" | "HEAD" | "PATCH" | "POST" | "PUT";