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
Use same lock values as mobile clients
[ProtonMail-WebClient.git]
/
packages
/
shared
/
lib
/
broadcast
/
interface.ts
blob
0be4e12cd9f637af4130297e7b65cf5a7001c3a7
1
export interface GenericErrorPayload {
2
status?: number;
3
message: string;
4
code?: number;
5
details?: any;
6
}