CommentAuthorInformation
ts
interface CommentAuthorInformation {
iconPath?: UriComponents;
name: string;
}
iconPath
- 类型: UriComponents;
name
- 类型:
string
;