Skip to content

Commit

Permalink
fix(types): add the signal parameter to the SoapFetch exported type
Browse files Browse the repository at this point in the history
refs: SHELL-133 (#273)
  • Loading branch information
gnekoz authored Jul 5, 2023
1 parent 42e757e commit 0192409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/account/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export interface ZappDarkreaderModeZimletProp extends ZimletProp {
export type SoapFetch = <Request, Response>(
api: string,
body: Request,
account?: string
account?: string,
signal?: AbortSignal
) => Promise<Response>;

export type AccountState = {
Expand Down

0 comments on commit 0192409

Please sign in to comment.