UNPKG

@kamino-finance/kamino-db

Version:
7 lines (6 loc) 158 B
export type NotificationTypeEntity = { id: number; name: string; minutes_between_notifications: number; }; export default NotificationTypeEntity;