import {TokenStat} from '../../unicorn-finance/types'; export interface OverviewData { cash?: TokenStat; bond?: TokenStat; share?: TokenStat; }