Type Alias TokenWithChainDetailsYield

TokenWithChainDetailsYield: TokenWithChainDetails & {
    yieldAddress: string;
    yieldId: string;
}