Skip to content

Commit

Permalink
add headers to init options type (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Ingram <eric@swell.is>
  • Loading branch information
ericingram and Eric Ingram authored Oct 3, 2024
1 parent 23dac30 commit 9068a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export interface InitOptions {
vaultUrl?: string;
setCookie?: (key: string, value: string) => void;
getCookie?: (key: string) => string | undefined;
headers?: Record<string, string>;
}

export interface ResultsResponse<T> {
Expand Down

0 comments on commit 9068a10

Please sign in to comment.