mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-07 21:40:58 +00:00
Type series & all related types
This commit is contained in:
@@ -56,7 +56,7 @@ export type MovieEntry = Prettify<typeof MovieEntry.static>;
|
||||
export const SeedMovieEntry = t.Composite([
|
||||
t.Omit(BaseMovieEntry, ["thumbnail", "nextRefresh"]),
|
||||
t.Object({
|
||||
slug: t.Optional(t.String({ format: "slug" })),
|
||||
slug: t.Optional(t.Nullable(t.String({ format: "slug" }))),
|
||||
thumbnail: t.Nullable(SeedImage),
|
||||
translations: TranslationRecord(
|
||||
t.Intersect([
|
||||
|
||||
Reference in New Issue
Block a user