Skip to content

Commit 4560103

Browse files
committed
Export interface types
1 parent d930b60 commit 4560103

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
@@ -6,7 +6,7 @@
66
import type { ShallotMiddlewareWithOptions } from 'shallot/dist/aws/core';
77
import type { APIGatewayEvent, APIGatewayProxyResult } from 'aws-lambda';
88

9-
interface TShallotHTTPCorsOptions extends Record<string, unknown> {
9+
export interface TShallotHTTPCorsOptions extends Record<string, unknown> {
1010
/** Sets Access-Control-Allow-Headers */
1111
allowHeaders?: string;
1212
/** Sets Access-Control-Allow-Origins. Default ['*'] */

0 commit comments

Comments
 (0)