@octokit/openapi-webhooks-types
Version:
Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
18 lines (10 loc) • 401 B
Markdown
# @octokit/openapi-webhooks-types
> Generated TypeScript definitions based on GitHub's OpenAPI spec
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
## Usage
```ts
import { components } from "@octokit/openapi-webhooks-types";
type Repository = components["schemas"]["full-repository"];
```
## License
[MIT](LICENSE)