12 lines
229 B
JavaScript
12 lines
229 B
JavaScript
// This is a generated file.
|
|
// Published at 2025-04-01 16:27:12
|
|
|
|
export default {
|
|
"PENDING": "pending",
|
|
"IN_PROGRESS": "in-progress",
|
|
"COMPLETED": "completed",
|
|
"CANCELLED": "canceled",
|
|
"FAILED": "failed"
|
|
}
|
|
|