We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffca03 commit b3c75afCopy full SHA for b3c75af
types/Error.ts
@@ -36,6 +36,9 @@ export interface HubSpotHttpErrorContext extends FileSystemErrorContext {
36
projectName?: string;
37
}
38
39
+// TODO: Remove in next major release
40
+export type OptionalError = BaseError | null | undefined;
41
+
42
export type ErrorContext = {
43
accountId?: number;
44
};
0 commit comments