Skip to content

Commit

Permalink
Restore OptionalError
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Dec 17, 2024
1 parent fffca03 commit b3c75af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/Error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export interface HubSpotHttpErrorContext extends FileSystemErrorContext {
projectName?: string;
}

// TODO: Remove in next major release
export type OptionalError = BaseError | null | undefined;

export type ErrorContext = {
accountId?: number;
};

0 comments on commit b3c75af

Please sign in to comment.