export interface KlendMarketEntity {
  id: number;
  pubkey: string;
  cluster_id: number;
}

export default KlendMarketEntity;
