Skip to content

Commit

Permalink
fix test:ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0a0d committed Sep 22, 2023
1 parent 6fb089d commit a30bb3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,8 @@ declare namespace Moleculer {
function parseByteString(value: string): number;
}

const Middlewares = {
/* @private */
interface MoleculerMiddlewares {
Transmit: {
/**
* Encrypts the Transporter payload
Expand Down Expand Up @@ -1882,8 +1883,9 @@ declare namespace Moleculer {
*/
threshold?: number | string
}) => Middleware,
},
}
}
const Middlewares: MoleculerMiddlewares
}

export = Moleculer;

0 comments on commit a30bb3a

Please sign in to comment.