export interface BankResponse { id?: number; name?: string | null; logoName?: string | null; createdAt?: string; updatedAt?: string; }