interface CommentInput {
    uri: URI;
    value: string;
}

Properties

Properties

uri: URI
value: string