Format stuff

This commit is contained in:
Zoe Roux
2025-01-30 20:03:35 +01:00
parent 30bf2d9207
commit b16c2374c4
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 }),