interface Raw {
    details: { state: string; topComments: V4Types.Content.Comment.Infos[] };
    items: V4Types.Content.Comment.Infos[];
    paging: V4Types.Paging;
}

Properties

Properties

details: { state: string; topComments: V4Types.Content.Comment.Infos[] }
paging: V4Types.Paging