Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(client): extract
RequestMethod
type definition
Refactored the `RequestMethod` type definition into a separate declaration to improve code readability and maintainability. This change simplifies the `RequestOptions` interface by referencing the newly extracted `RequestMethod` type, thereby enhancing the clarity and scalability of the type definitions within the `parseRequest.ts` module.
- Loading branch information