export interface KlendReserveEntity {
    id: number;
    pubkey: string;
    klend_market_id: number;
}
export default KlendReserveEntity;
