2025-08-04 17:45:44 +02:00
|
|
|
// @generated
|
|
|
|
|
// This file is automatically generated by Kanel. Do not modify manually.
|
|
|
|
|
|
|
|
|
|
/** Represents the enum public.GenericStatusEnum */
|
|
|
|
|
enum GenericStatusEnum {
|
2025-08-29 16:18:32 +02:00
|
|
|
pending = "pending",
|
|
|
|
|
success = "success",
|
|
|
|
|
failed = "failed",
|
|
|
|
|
}
|
2025-08-04 17:45:44 +02:00
|
|
|
|
|
|
|
|
export default GenericStatusEnum;
|