HttpMethods
Signature
export type HttpMethods = 'GET' | 'DELETE' | 'PUT' | 'POST' | 'PATCH';Members
This export does not declare public properties or methods in the generated declaration file.
export type HttpMethods = 'GET' | 'DELETE' | 'PUT' | 'POST' | 'PATCH';This export does not declare public properties or methods in the generated declaration file.