import { IEvent as IEventSeries, IVideoFormat } from '../event/eventSeries'; /** * 外部への施設コンテンツ通知 * redefine(2025-11-01~) */ export type IEventSeriesAsNotification = Pick & { offers?: never; videoFormat: IVideoFormat[]; };