Skip to content

Commit

Permalink
Update WebApiClient.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalFlow authored May 2, 2023
1 parent a9c8901 commit 4284e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/WebApiClient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ declare module WebApiClient {

function GetApiUrl (): string;

function GetSetName (): string;
function GetSetName (entity: string): string;

namespace Requests {
interface RequestParameters extends BaseParameters {
Expand Down

0 comments on commit 4284e3b

Please sign in to comment.