Use your IDE suggestions for an enhanced development experience
const metadata = story({
asset: {
item: 'https://example.com/story.mp4',
type: MediaVideoMimeType.MP4,
cover: 'https://example.com/thumbnail.png',
duration: 123,
altTag: 'The story of my life',
},
});
Creates a valid StoryMetadata.