From f9616d34b5bf4bda196ed18730832d95e04947a4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 18 Feb 2024 06:15:59 -0800 Subject: feat(user): hololive badges --- src/lib/Hololive/hololive.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib') diff --git a/src/lib/Hololive/hololive.ts b/src/lib/Hololive/hololive.ts index 6ad97430..4b9ed25e 100644 --- a/src/lib/Hololive/hololive.ts +++ b/src/lib/Hololive/hololive.ts @@ -12,3 +12,5 @@ export interface ParseResult { lives: Live[]; dict: Record; } + +export const typeSchedule = (schedule: object) => schedule as ParseResult; -- cgit v1.2.3