diff --git a/src/client.ts b/src/client.ts index 925527c..3e69c3d 100644 --- a/src/client.ts +++ b/src/client.ts @@ -41,6 +41,7 @@ export class Client { /** * Calls an API method. + * @param creator The type that should be constructed from the response. * @param methodName The name of the API method to call. * @param args The arguments to pass to the API method. * @internal