export interface KlendObligationEntity {
  id: number;
  pubkey: string;
  klend_market_id: number;
  owner_id: number;
  klend_obligation_type_id: number | null;
}

export default KlendObligationEntity;
