@mcut/timeline
TimelineElementInput
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / timeline/src / TimelineElementInput
Type Alias: TimelineElementInput
type TimelineElementInput =
| InputOf<typeof videoElementSchema>
| InputOf<typeof audioElementSchema>
| InputOf<typeof imageElementSchema>
| InputOf<typeof textElementSchema>
| InputOf<typeof captionElementSchema>
| InputOf<typeof multicamElementSchema>;Defined in: packages/timeline/src/model.ts:470