Skip to content

Commit

Permalink
Production build
Browse files Browse the repository at this point in the history
  • Loading branch information
LawsonCheng committed Jul 8, 2021
1 parent 906d3f4 commit 9ff943c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/PokeOption.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default interface PokeOption {
method?: 'CREATE' | 'GET' | 'PUT' | 'DELETE' | 'PATCH' | 'OPTIONS' | 'HEAD' | 'CONNECT' | 'TRACE';
method?: 'POST' | 'GET' | 'PUT' | 'DELETE' | 'PATCH' | 'OPTIONS' | 'HEAD' | 'CONNECT' | 'TRACE';
path?: string;
port?: number;
headers?: Headers;
Expand Down

0 comments on commit 9ff943c

Please sign in to comment.