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
/
Api.ts
blob
362f4a8bd5523e7cc9960dfc1c12828c2611dbad
1
export type Api = <T = any>(arg: object) => Promise<T>;
2
3
export interface ApiResponse {
4
Code: number;
5
}