Type Alias StatusType

StatusType: "success" | "rejected" | "failed"

Represents the various status types that can be assigned to an operation or process.

'success' - Indicates that the operation was completed successfully. 'rejected' - Indicates that the operation was explicitly declined or denied. 'failed' - Indicates that the operation encountered an error or was unsuccessful.