Skip to content

Commit eb719bf

Browse files
committed
Export interface types
1 parent b83aa97 commit eb719bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aws/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type { APIGatewayEvent, APIGatewayProxyResult } from 'aws-lambda';
88

99
import HttpError from 'http-errors';
1010

11-
interface TShallotErrorHandlerOptions extends Record<string, unknown> {
11+
export interface TShallotErrorHandlerOptions extends Record<string, unknown> {
1212
logger?: (...args: string[]) => void;
1313
}
1414

0 commit comments

Comments
 (0)