Skip to content

@serenity-is/corelib / UndeleteResponse

Interface: UndeleteResponse

Defined in: src/base/servicetypes.ts:81

Response DTO for Undelete handlers. No additional fields beyond ServiceResponse.

Extends

Properties

Error?

optional Error: ServiceError

Defined in: src/base/servicetypes.ts:25

Error information when the request failed; undefined on success.

Inherited from

ServiceResponse.Error