import { EPagBankRecurringType } from "../enums/recurring-type.enum";
export interface IPagBankRecurring {
    type: EPagBankRecurringType;
}
