From 0650ce194887bf9cb9949b9b74ebc3ec0930d748 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 30 Apr 2023 15:23:29 -0400 Subject: [PATCH] FIX more exports --- dhall/Types.dhall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dhall/Types.dhall b/dhall/Types.dhall index fc24604..dee064a 100644 --- a/dhall/Types.dhall +++ b/dhall/Types.dhall @@ -1026,4 +1026,6 @@ in { CurID , BudgetTransferType , TxGetter , HistTransfer + , SingleAllocation + , MultiAllocation }