UNPKG

@kamino-finance/kamino-db

Version:
8 lines (7 loc) 194 B
export type KlendNotificationEntity = { id: bigint; klend_obligation_id: number; last_notified_on: Date; notification_type_id: number; }; export default KlendNotificationEntity;