mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-22 23:22:27 -04:00
wip: upsert things
This commit is contained in:
@@ -16,3 +16,16 @@ export const EntryTranslation = t.Object({
|
||||
name: t.Nullable(t.String()),
|
||||
description: t.Nullable(t.String()),
|
||||
});
|
||||
|
||||
|
||||
// export const SeedEntry = t.Intersect([
|
||||
// Entry,
|
||||
// t.Object({ videos: t.Optional(t.Array(Video)) }),
|
||||
// ]);
|
||||
// export type SeedEntry = typeof SeedEntry.static;
|
||||
//
|
||||
// export const SeedExtra = t.Intersect([
|
||||
// Extra,
|
||||
// t.Object({ video: t.Optional(Video) }),
|
||||
// ]);
|
||||
// export type SeedExtra = typeof SeedExtra.static;
|
||||
|
||||
Reference in New Issue
Block a user