import type { BankInfo } from '../common';
export interface FindBankNames {
    items: BankInfo[];
}
