/** * イベントタイプ */ export declare enum EventType { ScreeningEvent = "ScreeningEvent", ScreeningEventSeries = "ScreeningEventSeries" }