GetCommentsResponse

interface ApiGetCommentsResponse {
    data: ApiComment[];
    meta: ApiUtilsMetaResponse;
}

Properties

Properties

data: ApiComment[]