1
2
3
4
5

use crate::models::AccountingRecordView;


pub type AccountingRecordsView = Vec<AccountingRecordView>;