export type Attributes = { readonly platform: 'youtube'; readonly event: 'play' | 'end'; readonly videoId: string; };