SingleWithdrawWithNext: SingleWithdrawBase & {
    nextWithdraw: NextWithdraw;
    withdrawAsset?: never;
}