Skip to content

Commit d614234

Browse files
committed
fix:remove unwanted type
Signed-off-by: Amitkanswal <[email protected]>
1 parent 5d888a5 commit d614234

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/types/api.type.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ export interface ApiResponse<T = any> {
1717
config: ApiRequestParams;
1818
request?: any;
1919
}
20-
21-
export type GenericAdapter = (config: ApiRequestParams) => Promise<ApiResponse>;

0 commit comments

Comments
 (0)