UNPKG

@kamino-finance/kamino-db

Version:
8 lines (7 loc) 168 B
export interface KlendObligationEntity { id: number; pubkey: string; klend_market_id: number; owner_id: number; } export default KlendObligationEntity;