We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eeea65 commit 2355bc7Copy full SHA for 2355bc7
1 file changed
packages/handwritten/src/index.ts
@@ -35,6 +35,8 @@ import * as manualRequestExtractor from './request-extractors/manual';
35
// eslint-disable-next-line @typescript-eslint/no-explicit-any
36
export type RestifyRequestHandler = (req: any, res: any, next: Function) => any;
37
38
+export {ErrorMessage};
39
+
40
/**
41
* @typedef ConfigurationOptions
42
* @type {Object}
0 commit comments