Skip to content

Commit 0ab1019

Browse files
committed
feat: update ts
1 parent e742306 commit 0ab1019

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ type MongoCryptBindings = {
2323

2424
export interface MongoCryptKMSRequest {
2525
addResponse(response: Uint8Array): void;
26+
fail(): boolean;
2627
readonly status: MongoCryptStatus;
2728
readonly bytesNeeded: number;
29+
readonly uSleep: number;
2830
readonly kmsProvider: string;
2931
readonly endpoint: string;
3032
readonly message: Buffer;

0 commit comments

Comments
 (0)