SingleWithdrawWithAsset: SingleWithdrawBase & {
    nextWithdraw?: never;
    withdrawAsset: z.input<typeof AssetSchema>;
}