Skip to content

Commit

Permalink
js[minor]: Expose client config interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 20, 2024
1 parent 7444754 commit d8cd615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {
import { __version__ } from "./index.js";
import { assertUuid } from "./utils/_uuid.js";

interface ClientConfig {
export interface ClientConfig {
apiUrl?: string;
apiKey?: string;
callerOptions?: AsyncCallerParams;
Expand Down
2 changes: 1 addition & 1 deletion js/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { Client } from "./client.js";
export { Client, type ClientConfig } from "./client.js";

export type {
Dataset,
Expand Down

0 comments on commit d8cd615

Please sign in to comment.