repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
docs-shared
/
lib
/
Bridge
/
PendingMessage.ts
blob
b0de0429bdb4c91ece64bcf30dbe63ff1de4f50e
1
export type PendingMessage = {
2
messageId: string
3
resolve: (value: any | PromiseLike<any>) => void
4
}