Interface VideoLibraryRemoveMovieParams

interface VideoLibraryRemoveMovieParams {
    movieid: number;
}

Properties

Properties

movieid: number