Interface CommentAuthorInformation
interface CommentAuthorInformation {
iconPath?: UriComponents;
name: string;
}Properties§
§
icon Path?: UriComponents§name: stringinterface CommentAuthorInformation {
iconPath?: UriComponents;
name: string;
}icon Path?: UriComponents§name: string