mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
15 lines
270 B
Markdown
15 lines
270 B
Markdown
# PostgresUpdateApplicationStatus
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { PostgresUpdateApplicationStatus } from "dokploy/models/operations";
|
|
|
|
let value: PostgresUpdateApplicationStatus = "error";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"idle" | "running" | "done" | "error"
|
|
``` |