Files
shop-server/client/src/entities/notification/index.ts
T
2026-05-21 14:22:03 +05:00

8 lines
277 B
TypeScript

export {
fetchUserNotificationSettings,
updateUserNotificationSettings,
fetchAdminNotificationSettings,
updateAdminNotificationSettings,
} from './api/notifications-api'
export type { UserNotificationSettings, AdminNotificationSettings } from './api/notifications-api'