mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-23 07:32:28 -04:00
Format stuff
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { t } from "elysia";
|
||||
import {
|
||||
Episode,
|
||||
SeedEpisode,
|
||||
MovieEntry,
|
||||
SeedEpisode,
|
||||
SeedMovieEntry,
|
||||
Special,
|
||||
SeedSpecial,
|
||||
Special,
|
||||
} from "../entry";
|
||||
|
||||
export const Entry = t.Union([Episode, MovieEntry, Special]);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { t } from "elysia";
|
||||
import { comment } from "../../utils";
|
||||
import { BaseEntry, EntryTranslation } from "./base-entry";
|
||||
import { EpisodeId, Resource, SeedImage, TranslationRecord } from "../utils";
|
||||
import { BaseEntry, EntryTranslation } from "./base-entry";
|
||||
|
||||
export const BaseSpecial = t.Intersect(
|
||||
[
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { t } from "elysia";
|
||||
import { bubbleImages, madeInAbyss, registerExamples } from "./examples";
|
||||
import { SeasonId } from "./utils/external-id";
|
||||
import { Image, SeedImage } from "./utils/image";
|
||||
import { TranslationRecord } from "./utils/language";
|
||||
import { Resource } from "./utils/resource";
|
||||
import { bubbleImages, madeInAbyss, registerExamples } from "./examples";
|
||||
|
||||
export const BaseSeason = t.Object({
|
||||
seasonNumber: t.Number({ minimum: 1 }),
|
||||
|
||||
Reference in New Issue
Block a user