fixes, orval, downloader functioning again
This commit is contained in:
22
frontend/src/api/generated/private/models/status0b2Enum.ts
Normal file
22
frontend/src/api/generated/private/models/status0b2Enum.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* Generated by orval v8.8.0 🍺
|
||||
* Do not edit manually.
|
||||
* OpenAPI spec version: 0.0.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* * `created` - Vytvořeno
|
||||
* `cancelled` - Zrušeno
|
||||
* `completed` - Dokončeno
|
||||
* `refunding` - Vrácení v procesu
|
||||
* `refunded` - Vráceno
|
||||
*/
|
||||
export type Status0b2Enum = (typeof Status0b2Enum)[keyof typeof Status0b2Enum];
|
||||
|
||||
export const Status0b2Enum = {
|
||||
created: "created",
|
||||
cancelled: "cancelled",
|
||||
completed: "completed",
|
||||
refunding: "refunding",
|
||||
refunded: "refunded",
|
||||
} as const;
|
||||
Reference in New Issue
Block a user