Skip to content

Commit

Permalink
chore: remove duplicate BaseOptions interface
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov authored May 1, 2024
1 parent a807d3d commit f402805
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ export interface BaseOptions {
requestOptions?: Record<string, string>;
}

export interface BaseOptions {
country?: string;
lang?: string;
requestOptions?: Record<string, string>;
}

export async function doRequest<R = unknown>(
url: string | URL,
headers: Record<string, string>,
Expand Down

0 comments on commit f402805

Please sign in to comment.