Skip to content

Commit

Permalink
chore: update api golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Aug 2, 2020
1 parent 788fe64 commit 373008a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_guard/dist/types/ajax/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export declare const ajax: AjaxCreationMethod;
export interface AjaxError extends Error {
request: AjaxRequest;
response: any;
responseType: string;
responseType: XMLHttpRequestResponseType;
status: number;
xhr: XMLHttpRequest;
}
Expand All @@ -19,7 +19,7 @@ export interface AjaxRequest {
headers?: object;
method?: string;
password?: string;
progressSubscriber?: Subscriber<any>;
progressSubscriber?: PartialObserver<ProgressEvent>;
responseType?: string;
timeout?: number;
url?: string;
Expand Down

0 comments on commit 373008a

Please sign in to comment.