Interface CommentAuthorInformation

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

Properties§

§iconPath?: UriComponents
§name: string