interface ListResponse {
    comments: Video.Comment[];
    id: string;
    title: string;
}

Properties

Properties

comments: Video.Comment[]
id: string
title: string