interface ArticleUpdate {
    articleUserData?: StringIndexedInterface;
    vertex: Vertex;
}

Properties

articleUserData?: StringIndexedInterface
vertex: Vertex