File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ export interface CSFDMovie extends CSFDScreening {
2525}
2626
2727export interface CSFDParent {
28- season : { id : number ; name : string ; } ;
29- series : { id : number ; name : string ; } ;
28+ season : { id : number ; name : string } | null ;
29+ series : { id : number ; name : string } | null ;
3030}
3131
3232export type CSFDVodService =
@@ -96,8 +96,6 @@ export interface CSFDMovieListItem {
9696 url : string ;
9797}
9898
99-
100-
10199export type CSFDGenres =
102100 | 'Akční'
103101 | 'Animovaný'
@@ -157,7 +155,6 @@ export type CSFDCreatorGroups =
157155 | 'Scénografie'
158156 | 'Kostýmy' ;
159157
160-
161158export type CSFDCreatorGroupsEnglish =
162159 | 'Directed by'
163160 | 'Screenplay'
@@ -199,4 +196,4 @@ export interface CSFDSeason {
199196 name : string ;
200197 url : string ;
201198 info : string | null ;
202- }
199+ }
You can’t perform that action at this time.
0 commit comments