export type KlendNotificationEntity = {
    id: bigint;
    klend_obligation_id: number;
    last_notified_on: Date;
    notification_type_id: number;
};
export default KlendNotificationEntity;
