mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-07 04:19:39 +00:00
15 lines
267 B
Markdown
15 lines
267 B
Markdown
# MariadbUpdateApplicationStatus
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { MariadbUpdateApplicationStatus } from "dokploy/models/operations";
|
|
|
|
let value: MariadbUpdateApplicationStatus = "error";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"idle" | "running" | "done" | "error"
|
|
``` |