Skip to content

Commit ea5c641

Browse files
authored
feat(express): Export type TsRestExpressOptions (#511)
1 parent cab1c12 commit ea5c641

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/ts-rest/express/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ export type {
44
AppRouteOptions,
55
TsRestRequest,
66
TsRestRequestHandler,
7+
TsRestExpressOptions,
78
} from './lib/types';
89
export { RequestValidationError } from './lib/request-validation-error';

0 commit comments

Comments
 (0)