sdk.updatevideoparams
Home > @kittl/sdk > UpdateVideoParams
UpdateVideoParams type
Parameters for updating an existing video in the design.
Signature:
export type UpdateVideoParams = {
videoId: string;
playlist: Record<string, Omit<VideoPlaylistItem, 'id'>>;
};