mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
export interface ActionIcons {
|
|
iconType: 'SYSTEM';
|
|
iconValue: string;
|
|
}
|