Files
Dokploy-ts-sdk/docs/models/operations/preference.md
2025-09-26 02:33:10 +00:00

19 lines
887 B
Markdown

# Preference
## Example Usage
```typescript
import { Preference } from "dokploy/models/operations";
let value: Preference = {
spread: {
spreadDescriptor: "<value>",
},
};
```
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ |
| `spread` | [operations.Spread](../../models/operations/spread.md) | :heavy_check_mark: | N/A |