mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-21 14:46:29 -04:00
Test ?with=
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
import { t } from "elysia";
|
||||
import { comment } from "../../utils";
|
||||
|
||||
export const ExternalId = () => t.Record(
|
||||
t.String(),
|
||||
t.Object({
|
||||
dataId: t.String(),
|
||||
link: t.Nullable(t.String({ format: "uri" })),
|
||||
}),
|
||||
);
|
||||
export const ExternalId = () =>
|
||||
t.Record(
|
||||
t.String(),
|
||||
t.Object({
|
||||
dataId: t.String(),
|
||||
link: t.Nullable(t.String({ format: "uri" })),
|
||||
}),
|
||||
);
|
||||
|
||||
export const EpisodeId = t.Record(
|
||||
t.String(),
|
||||
|
||||
Reference in New Issue
Block a user