Skip to content

Commit

Permalink
Supplier
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchard committed Oct 4, 2024
1 parent dc65629 commit 6d51fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper/HumeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { HumeClient as FernClient } from "../Client";
import { ExpressionMeasurement } from "./expressionMeasurement/ExpressionMeasurementClient";

export declare namespace HumeClient {
type Options = FernClient.Options & { secretKey?: string } & ({ accessToken: string } | { apiKey: string });
type Options = FernClient.Options & { secretKey?: string } & ({ accessToken: FernClient.Options['accessToken'] } | { apiKey: FernClient.Options['apiKey'] });
}

export class HumeClient extends FernClient {
Expand Down

0 comments on commit 6d51fe3

Please sign in to comment.