cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 567 B
Markdown
# ReplaceFlagsOption
ReplaceFlagsOption options when replacing the flags of a repository
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**flags** | **Array<string>** | | [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)