Expand description

Assignable entity interface representing a pull request.

remarks

Contains the identifier of the assignable entity (pull request) that was modified.

interface Assignable {
    id?: string;
}

Properties§

§id?: string

The unique identifier of the assignable entity