Interface BatchCommentRequest

interface BatchCommentRequest {
    keys: string[];
}

Properties

Properties

keys: string[]