8 lines
277 B
TypeScript
8 lines
277 B
TypeScript
export {
|
|
fetchUserNotificationSettings,
|
|
updateUserNotificationSettings,
|
|
fetchAdminNotificationSettings,
|
|
updateAdminNotificationSettings,
|
|
} from './api/notifications-api'
|
|
export type { UserNotificationSettings, AdminNotificationSettings } from './api/notifications-api'
|