Type alias BankAccountTransactionV1

BankAccountTransactionV1: CreateThing<"BankAccountTransaction", {
    memo?: string;
    transactionType: "credit" | "debit";
    value: ExpandThing<MonetaryAmountRV1>;
}>

Type declaration