We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5625617 commit bfe7e82Copy full SHA for bfe7e82
src/index.ts
@@ -40,6 +40,6 @@ export * from './models';
40
* @param options Endpoint, version, token, etc.. configurations
41
* @returns A new HawAPI Client
42
*/
43
-export const createClient = (options?: HawAPIOptions) => {
+export const createClient = (options?: Partial<HawAPIOptions>) => {
44
return new HawAPIClient(options);
45
};
0 commit comments