UNPKG

scheunemann-interfaces

Version:
6 lines (5 loc) 96 B
export interface IPagBankSummary { total: number; paid: number; refunded: number; }