UNPKG

@kamino-finance/kamino-db

Version:
8 lines (7 loc) 187 B
export type KlendWalletNotificationEntity = { id: bigint; owner_id: number; notification_type_id: number; last_notified_on: Date; }; export default KlendWalletNotificationEntity;