diff --git a/types/January.ts b/types/January.ts index 5198393..8681037 100644 --- a/types/January.ts +++ b/types/January.ts @@ -27,7 +27,7 @@ export type EmbedVideo = { */ export type EmbedSpecial = ( { type: 'None' } | - { type: 'YouTube', id: string } | + { type: 'YouTube', id: string, timestamp?: string } | { type: 'Twitch', content_type: 'Channel' | 'Video' | 'Clip', id: string } | { type: 'Spotify', content_type: string, id: string } | { type: 'Soundcloud' } |