Skip to content

Commit

Permalink
types: exported ResponseError
Browse files Browse the repository at this point in the history
  • Loading branch information
darseen committed Aug 11, 2024
1 parent 21a97c8 commit cc11732
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/amadeus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
Options,
} from "./types/amadeus";
import { ReturnedResponse } from "./types/amadeus/client/response";
import { ResponseError } from "./amadeus/client/errors";

import Client from "./amadeus/client";
import ReferenceData from "./amadeus/namespaces/reference-data";
Expand Down Expand Up @@ -231,3 +232,5 @@ export default class Amadeus implements IAmadeus {
return this.pagination.page("last", response);
}
}

export { ResponseError };

0 comments on commit cc11732

Please sign in to comment.