Skip to content

Commit

Permalink
feat: refactor and redeploy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoGathK committed Aug 12, 2022
1 parent 835e2df commit e4ec803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/abstract/client-proxy.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { ClientAdapter } from '../interface';
import { CreateClientAdapter } from '../type';

export abstract class ClientProxy<T = any, O = any> {
public get: () => ClientAdapter<T>;
Expand Down

0 comments on commit e4ec803

Please sign in to comment.