/** * @deprecated This schema has been moved to @isa/common/data-access. * Please update imports to use: * import { NotificationChannelSchema, NotificationChannel } from '@isa/common/data-access'; * * This re-export will be removed in a future version. */ export { NotificationChannelSchema, NotificationChannel, } from '@isa/common/data-access';