Skip to content

Commit 3dec0ee

Browse files
renovate[bot]renovate-botsquash-commit-app[bot]gr2m
committed
build(deps): lock file maintenance
* build(deps): lock file maintenance * empty commit to preset the squash & merge commit subject from the pull request title Created by https://github.com/gr2m/squash-commit-app * style: prettier Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: squash-commit-app[bot] <83693605+squash-commit-app[bot]@users.noreply.github.com> Co-authored-by: Gregor Martynus <[email protected]>
1 parent 1d98f24 commit 3dec0ee

File tree

2 files changed

+105
-132
lines changed

2 files changed

+105
-132
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ Example
5959
```ts
6060
import { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
6161

62-
type UpdateLabelParameters = RestEndpointMethodTypes["issues"]["updateLabel"]["parameters"];
63-
type UpdateLabelResponse = RestEndpointMethodTypes["issues"]["updateLabel"]["response"];
62+
type UpdateLabelParameters =
63+
RestEndpointMethodTypes["issues"]["updateLabel"]["parameters"];
64+
type UpdateLabelResponse =
65+
RestEndpointMethodTypes["issues"]["updateLabel"]["response"];
6466
```
6567

6668
In order to get types beyond parameters and responses, check out [`@octokit/openapi-types`](https://github.com/octokit/openapi-types.ts/#readme), which is a direct transpliation from GitHub's official OpenAPI specification.

0 commit comments

Comments
 (0)