Files
2025-09-26 02:33:10 +00:00

17 lines
424 B
Markdown

# Spread
## Example Usage
```typescript
import { Spread } from "dokploy/models/operations";
let value: Spread = {
spreadDescriptor: "<value>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `spreadDescriptor` | *string* | :heavy_check_mark: | N/A |