# ReplaceFlagsOption

ReplaceFlagsOption options when replacing the flags of a repository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**flags** | **Array&lt;string&gt;** |  | [optional] [default to undefined]

## Example

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

const instance: ReplaceFlagsOption = {
    flags,
};
```

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