export interface Bank { id: number; name: string; logoName: string; createdAt: string; updatedAt: string; }