Skip to content

Commit 4b08988

Browse files
committed
remove type
1 parent 067b220 commit 4b08988

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/shared/services/http-v2/http-v2.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ const AUTH_KEY = 'AUTH_TOKEN';
1414
type HttpMethod = 'post' | 'get' | 'put' | 'delete';
1515
type ResponseClass<T> = new (data: any) => T;
1616

17-
type ResType = 'json' | 'text';
18-
1917
interface RequestOptions {
2018
csrf?: boolean;
2119
authToken?: boolean;

0 commit comments

Comments
 (0)