export interface GetBankRequest {
    country: string;
    page?: string;
    page_size?: string;
}
