mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-10 04:19:48 +00:00
initial commit
This commit is contained in:
15
docs/models/operations/postgresupdateapplicationstatus.md
Normal file
15
docs/models/operations/postgresupdateapplicationstatus.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# PostgresUpdateApplicationStatus
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { PostgresUpdateApplicationStatus } from "dokploy/models/operations";
|
||||
|
||||
let value: PostgresUpdateApplicationStatus = "error";
|
||||
```
|
||||
|
||||
## Values
|
||||
|
||||
```typescript
|
||||
"idle" | "running" | "done" | "error"
|
||||
```
|
||||
Reference in New Issue
Block a user