Skip to content

Commit

Permalink
Merge pull request #360 from salisbury-espinosa/patch-1
Browse files Browse the repository at this point in the history
Update index.d.ts - export RateLimitStores/ApiGatewayErrors
  • Loading branch information
icebob authored Feb 3, 2025
2 parents c6ec800 + 5d5cba2 commit 77e0780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ declare module "moleculer-web" {
inc(key: string): number | Promise<number>;
}

interface RateLimitStores {
export interface RateLimitStores {
MemoryStore: typeof MemoryStore;
}

Expand Down Expand Up @@ -335,7 +335,7 @@ declare module "moleculer-web" {
constructor(type: string, data: any);
}

interface ApiGatewayErrors {
export interface ApiGatewayErrors {
InvalidRequestBodyError: typeof InvalidRequestBodyError;
InvalidResponseTypeError: typeof InvalidResponseTypeError;
UnAuthorizedError: typeof UnAuthorizedError;
Expand Down

0 comments on commit 77e0780

Please sign in to comment.