Skip to content

Commit

Permalink
🤖 Merge PR #55433 Fix messageMove response type in imapflow module by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
Asp3ctus committed Sep 7, 2021
1 parent 96f5d01 commit a61d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/imapflow/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class ImapFlow extends EventEmitter {
range: SequenceString | number[] | SearchObject,
destination: string,
options?: { uid?: boolean },
): Promise<boolean>;
): Promise<CopyResponseObject>;

fetchOne(
seq: SequenceString,
Expand Down

0 comments on commit a61d1d2

Please sign in to comment.