mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-07 20:37:44 +00:00
15 lines
205 B
Markdown
15 lines
205 B
Markdown
# PortCreateProtocol
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { PortCreateProtocol } from "dokploy/models/operations";
|
|
|
|
let value: PortCreateProtocol = "tcp";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"tcp" | "udp"
|
|
``` |