Set default api request/response types to any
This commit is contained in:
parent
97aff64d23
commit
0dd9701ceb
|
|
@ -57,7 +57,7 @@ class ApiMethodFactory {
|
|||
return `${path}?${query}`
|
||||
}
|
||||
|
||||
make = <R, T = null>(
|
||||
make = <R = any, T = any>(
|
||||
template: string,
|
||||
method: HttpMethod = HttpMethod.GET, {
|
||||
path: pathKeys = [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue