Skip to content

Commit 82d359c

Browse files
FrancescaLiboniFrancesca Liboni
andauthored
🤖 Merge PR DefinitelyTyped#72682 fix(imap-simple): rename seqno to seqNo in Message by @FrancescaLiboni
Co-authored-by: Francesca Liboni <francesca.liboni@colibryx.com>
1 parent af62c9a commit 82d359c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/imap-simple/index.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface MessageBodyPart extends Imap.ImapMessageBodyInfo {
2828
export interface Message {
2929
attributes: Imap.ImapMessageAttributes;
3030
parts: MessageBodyPart[];
31-
seqno: number;
31+
seqNo: number;
3232
}
3333

3434
export class ImapSimple extends EventEmitter {

0 commit comments

Comments
 (0)