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 source loader for email sprite icons
[ProtonMail-WebClient.git]
/
packages
/
wallet
/
types
/
settings.ts
blob
9ef6c597198a4e953ad45cda223fd070e4db85c9
1
export interface WalletClient {
2
title: string;
3
link?: string;
4
icon: 'brand-windows' | 'brand-android' | 'brand-apple' | 'brand-mac';
5
}
6
7
export enum WalletClientKeys {
8
iOS,
9
Android,
10
}