Interface CreateArticleMetadata

interface CreateArticleMetadata {
    articleType: string;
}

Properties

Properties

articleType: string