Interface CommentAuthorInformation

interface CommentAuthorInformation {
    iconPath?: UriComponents;
    name: string;
}

Properties

Properties

iconPath?: UriComponents
name: string