diff options
| author | Fuwn <[email protected]> | 2024-02-18 06:15:59 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-18 06:15:59 -0800 |
| commit | f9616d34b5bf4bda196ed18730832d95e04947a4 (patch) | |
| tree | b61089184c07187c927f54824e347be730fc6553 /src/lib | |
| parent | feat(stream): avatars (diff) | |
| download | due.moe-f9616d34b5bf4bda196ed18730832d95e04947a4.tar.xz due.moe-f9616d34b5bf4bda196ed18730832d95e04947a4.zip | |
feat(user): hololive badges
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Hololive/hololive.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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<string, string>; } + +export const typeSchedule = (schedule: object) => schedule as ParseResult; |