Skip to content

Commit 77e0780

Browse files
authored
Merge pull request #360 from salisbury-espinosa/patch-1
Update index.d.ts - export RateLimitStores/ApiGatewayErrors
2 parents c6ec800 + 5d5cba2 commit 77e0780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ declare module "moleculer-web" {
6161
inc(key: string): number | Promise<number>;
6262
}
6363

64-
interface RateLimitStores {
64+
export interface RateLimitStores {
6565
MemoryStore: typeof MemoryStore;
6666
}
6767

@@ -335,7 +335,7 @@ declare module "moleculer-web" {
335335
constructor(type: string, data: any);
336336
}
337337

338-
interface ApiGatewayErrors {
338+
export interface ApiGatewayErrors {
339339
InvalidRequestBodyError: typeof InvalidRequestBodyError;
340340
InvalidResponseTypeError: typeof InvalidResponseTypeError;
341341
UnAuthorizedError: typeof UnAuthorizedError;

0 commit comments

Comments
 (0)