We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6ec800 + 5d5cba2 commit 77e0780Copy full SHA for 77e0780
index.d.ts
@@ -61,7 +61,7 @@ declare module "moleculer-web" {
61
inc(key: string): number | Promise<number>;
62
}
63
64
- interface RateLimitStores {
+ export interface RateLimitStores {
65
MemoryStore: typeof MemoryStore;
66
67
@@ -335,7 +335,7 @@ declare module "moleculer-web" {
335
constructor(type: string, data: any);
336
337
338
- interface ApiGatewayErrors {
+ export interface ApiGatewayErrors {
339
InvalidRequestBodyError: typeof InvalidRequestBodyError;
340
InvalidResponseTypeError: typeof InvalidResponseTypeError;
341
UnAuthorizedError: typeof UnAuthorizedError;
0 commit comments