UNPKG
@octokit/types
Version:
beta (10.1.0-beta.1)
latest (15.0.0)
release-8.x (8.2.1)
15.0.0
14.1.0
14.0.0
13.10.0
13.9.0
13.8.1
13.8.0
13.7.0
13.6.3
13.6.2
13.6.1
13.6.0
13.5.1
13.5.0
13.4.1
13.4.0
13.3.0
13.2.0
13.1.0
13.0.0
12.6.0
12.5.0
12.4.0
12.3.0
12.2.0
12.1.1
12.1.0
12.0.1
12.0.0
11.1.0
11.0.0
10.1.0-beta.1
10.0.0
10.0.0-beta.2
10.0.0-beta.1
9.3.2
9.3.1
9.3.0
9.3.0-beta.1
9.2.3
9.2.2
9.2.1
9.2.0
9.1.4
9.1.3
9.1.2
9.1.1
9.1.0
9.0.0
8.2.1
8.2.0
8.1.1
8.1.0
8.0.0
7.5.1
7.5.0
7.4.0
7.3.1
7.3.0
7.2.0
7.1.1
7.1.0
7.0.0
6.41.0
6.40.0
6.39.0
6.38.2
6.38.1
6.38.0
6.37.1
6.37.0
6.36.0
6.35.0
6.34.0
6.33.0
6.32.0
6.31.3
6.31.2
6.31.1
6.31.0
6.30.0
6.29.0
6.28.1
6.28.0
6.27.2
6.27.1
6.27.0
6.26.0
6.25.0
6.24.0
6.23.0
6.22.0
6.21.1
6.21.0
6.20.0
6.19.1
6.19.0
6.18.1
6.18.0
6.17.4
6.17.3
6.17.2
6.17.1
6.17.0
6.16.7
6.16.6
6.16.5
6.16.4
6.16.3
6.16.2
6.16.1
6.16.0
6.15.0
6.14.2
6.14.1
6.14.0
6.13.2
6.13.1
6.13.0
6.12.2
6.12.1
6.12.0
6.11.2
6.11.1
6.11.0
6.10.1
6.10.0
6.9.0
6.8.5
6.8.4
6.8.3
6.8.2
6.8.1
6.8.0
6.7.1
6.7.0
6.6.0
6.5.3
6.5.2
6.5.1
6.5.0
6.4.2
6.4.1
6.4.0
6.3.2
6.3.1
6.3.0
6.2.1
6.2.0
6.1.2
6.1.1
6.1.0
6.0.3
6.0.2
6.0.1
6.0.0
5.5.0
5.4.1
5.4.0
5.3.0
5.2.1
5.2.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.1.10
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
3.0.3
3.0.2
3.0.1
3.0.0
2.16.2
2.16.1
2.16.0
2.15.0
2.14.0
2.13.0
2.12.2
2.12.1
2.12.0
2.11.1
2.11.0
2.10.0
2.9.0
2.8.2
2.8.1
2.8.0
2.8.0-beta.3
2.8.0-beta.2
2.8.0-beta.1
2.7.1
2.7.0
2.6.0
2.5.1
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
Shared TypeScript definitions for Octokit projects
github.com/octokit/types.ts
octokit/types.ts
@octokit/types
/
dist-types
/
RequestError.d.ts
12 lines
(11 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
type
RequestError
= {
name
:
string
;
status
:
number
;
documentation_url
:
string
;
errors
?:
Array
<{
resource
:
string
;
code
:
string
;
field
:
string
;
message
?:
string
; }>; };