export type KlendWalletNotificationEntity = {
    id: bigint;
    owner_id: number;
    notification_type_id: number;
    last_notified_on: Date;
};
export default KlendWalletNotificationEntity;
