UNPKG

cberg

Version:

Node.js Client for the Codeberg API

30 lines (22 loc) 896 B
# EditHookOption EditHookOption options when modify one hook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **active** | **boolean** | | [optional] [default to undefined] **authorization_header** | **string** | | [optional] [default to undefined] **branch_filter** | **string** | | [optional] [default to undefined] **config** | **{ [key: string]: string; }** | | [optional] [default to undefined] **events** | **Array<string>** | | [optional] [default to undefined] ## Example ```typescript import { EditHookOption } from 'berg'; const instance: EditHookOption = { active, authorization_header, branch_filter, config, events, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)