RouteDescriptionStructOutput: [chainIdentifier: string, toVault: string, toAccount: string, incentive: IncentiveDescriptionStructOutput] & {
    chainIdentifier: string;
    incentive: IncentiveDescriptionStructOutput;
    toAccount: string;
    toVault: string;
}

Type declaration