cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 567 B
Markdown
# CreateVariableOption
CreateVariableOption the option when creating variable
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **string** | Value of the variable to create | [default to undefined]
## Example
```typescript
import { CreateVariableOption } from 'berg';
const instance: CreateVariableOption = {
value,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)