UNPKG

@kamino-finance/kamino-db

Version:
9 lines (8 loc) 213 B
export interface KlendObligationEntity { id: number; pubkey: string; klend_market_id: number; owner_id: number; klend_obligation_type_id: number | null; } export default KlendObligationEntity;