export interface AccountBalanceModel {
    balanceAmount?: number;
    balanceAsOf?: Date;
}
