interface UpdateAction {
    action: "Add" | "Remove";
    videoId: string;
}

Properties

Properties

action: "Add" | "Remove"

Action to be taken - Add or Remove.

videoId: string

Video Ids to edit in the playlist