Assignable entity interface representing a pull request.
Contains the identifier of the assignable entity (pull request) that was modified.
interface Assignable { id?: string;}
id?: string
The unique identifier of the assignable entity
Assignable entity interface representing a pull request.