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 'format-suggestion-summary' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
account
/
interface.ts
blob
7618c16b12d3d24162f9a23fbdb10e571d271354
1
export interface ModelState<T> {
2
value: T | undefined;
3
error: any;
4
meta: {
5
fetchedAt: number;
6
fetchedEphemeral: boolean | undefined;
7
};
8
}