1 2 3 4 5
use crate::models::OutgoingPaymentStatusView; pub type OutgoingPaymentStatusesView = Vec<OutgoingPaymentStatusView>;