export interface IPagBankSummary {
    total: number;
    paid: number;
    refunded: number;
}
