We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b626f commit 39c812aCopy full SHA for 39c812a
README.md
@@ -57,7 +57,7 @@ Parameter and response types for all endpoint methods exported as `{ RestEndpoin
57
Example
58
59
```ts
60
-import { RestEndpointMethodTypes } from "@octokit/rest-endpoint-methods";
+import { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
61
62
type UpdateLabelParameters = RestEndpointMethodTypes["issues"]["updateLabel"]["parameters"];
63
type UpdateLabelResponse = RestEndpointMethodTypes["issues"]["updateLabel"]["response"];
0 commit comments