fix: add youtube timestamp to january types

This commit is contained in:
goat
2021-09-07 17:17:20 +02:00
parent 310b3b54f1
commit 6111dc9455
+1 -1
View File
@@ -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' } |