import IBankAggregated from './IBankAggregated';
export default interface IBanksAggregatedResponse {
    banks: IBankAggregated[];
}
