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
/
shared
/
lib
/
interfaces
/
hooks
/
GetContactEmails.ts
blob
49d09ab30cbeb68c627b00dc94f03d99fc6ad0d3
1
import type { ContactEmail } from '@proton/shared/lib/interfaces/contacts';
2
3
export type GetContactEmails = () => Promise<ContactEmail[]>;