Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-zijdemans-vipps committed Oct 12, 2024
1 parent a216842 commit 3474471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types_internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type ClientResponse<TOk, TErr> =
* Represents the base client with a method to make requests.
*/
export type BaseClient = {
sdkVersion: string;
readonly sdkVersion: string;
readonly makeRequest: (
requestData: RequestData<unknown, unknown>,
) => Promise<ClientResponse<unknown, unknown>>;
Expand Down

0 comments on commit 3474471

Please sign in to comment.