# NewIssuePinsAllowed

NewIssuePinsAllowed represents an API response that says if new Issue Pins are allowed

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**issues** | **boolean** |  | [optional] [default to undefined]
**pull_requests** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { NewIssuePinsAllowed } from 'berg';

const instance: NewIssuePinsAllowed = {
    issues,
    pull_requests,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
