Skip to content

Commit b025840

Browse files
committed
Export interface types
1 parent e7fb211 commit b025840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type { APIGatewayEvent } from 'aws-lambda';
99
import ContentType from 'content-type';
1010
import HttpError from 'http-errors';
1111

12-
interface TShallotJSONBodyParserOptions extends Record<string, unknown> {
12+
export interface TShallotJSONBodyParserOptions extends Record<string, unknown> {
1313
/** A function that transforms the results. This function is called for each member of the object.
1414
* If a member contains nested objects, the nested objects are transformed before the parent object is. */
1515
reviver?: (key: string, value: unknown) => unknown;

0 commit comments

Comments
 (0)