export interface UsdhEntity { id: number; created_on: Date; usdh_issued: string; cluster_id: number; } export default UsdhEntity;