@chevre/factory 5.4.0-alpha.28 → 5.4.0-alpha.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -118,11 +118,7 @@ export interface IAttributes extends Pick<EventFactory.IAttributes<EventType.Scr
|
|
|
118
118
|
* 吹替利用可能言語
|
|
119
119
|
*/
|
|
120
120
|
dubLanguage?: ILanguage;
|
|
121
|
-
|
|
122
|
-
* 上映方式
|
|
123
|
-
* discontinue ICOAKubun(2024-09-18~)
|
|
124
|
-
*/
|
|
125
|
-
videoFormat: IVideoFormat[];
|
|
121
|
+
videoFormat?: never;
|
|
126
122
|
/**
|
|
127
123
|
* 音響方式
|
|
128
124
|
*/
|