interface Comment {
    childComments: Video.Comment[];
    date: string;
    firstName: string;
    id: string;
    isRemoved: boolean;
    lastName: string;
    text: string;
    username: string;
}

Hierarchy (View Summary)

Properties

childComments: Video.Comment[]
date: string
firstName: string
id: string
isRemoved: boolean
lastName: string
text: string
username: string