github.listrepositorywebhooksprops
Home > @runlightyear/github > ListRepositoryWebhooksProps
ListRepositoryWebhooksProps interface
Signature:interface ListRepositoryWebhooksProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
owner | string | The account owner of the repository. The name is not case sensitive. | |
repo | string | The name of the repository. The name is not case sensitive. |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
page? | number | Page number of the results to fetch. Default: 1 | |
perPage? | number | The number of results per page (max 100). Default: 30 |