| 92 | // PullRequest as an example is documented as returning PullRequest[], but it actually |
| 93 | // returns that inside of this value prop in the json |
| 94 | interface AzureArray<T> { |
| 95 | value: T[]; |
| 96 | } |
| 97 | |
| 98 | enum AzureCommitChangeType { |
| 99 | ADD = 'add', |
nothing calls this directly
no outgoing calls
no test coverage detected