Skip to content

Commit

Permalink
export request method types
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aboelenein committed Feb 20, 2024
1 parent cc6476a commit 0df093d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/request/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ export const request = async (
console.error('[Connect] Error during request', error);
}
};

export * from './types';

0 comments on commit 0df093d

Please sign in to comment.