Type alias VideosJSON

VideosJSON: {
    json: VideoLibrary[];
    message: string;
    status: number;
}

Type declaration