mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-05 13:55:18 -04:00
Fix tests & misc errors
This commit is contained in:
@@ -84,7 +84,7 @@ export const FullSerie = t.Intersect([
|
||||
firstEntry: t.Optional(Entry),
|
||||
}),
|
||||
]);
|
||||
export type FullMovie = Prettify<typeof FullSerie.static>;
|
||||
export type FullSerie = Prettify<typeof FullSerie.static>;
|
||||
|
||||
export const SeedSerie = t.Intersect([
|
||||
t.Omit(BaseSerie, ["kind", "nextRefresh"]),
|
||||
|
||||
Reference in New Issue
Block a user