Skip to content

Commit

Permalink
somehow i missed this type
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Feb 7, 2025
1 parent 5b734db commit d4e7bbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/api/(live-statuses)/youtube/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ export type YoutubeResponse = {
started?: string,
videoId?: string,
forced: boolean,
upcoming: boolean
upcoming: boolean,
scheduledStart?: string
}

type DOResponse = {
Expand Down

0 comments on commit d4e7bbc

Please sign in to comment.