mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
3 lines
54 B
TypeScript
3 lines
54 B
TypeScript
export interface ActionIcons {
|
|
iconValue: string;
|
|
}
|