Skip to content

Interface: CleanupSessionsResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Constraints / CleanupSessionsResponse

Interface: CleanupSessionsResponse

Defined in: src/types/constraints.ts:273

Response from cleaning up old constraint sessions.

Remarks

Matches the generated CleanupSessionsResponse type from the backend.

Properties

message

message: string

Defined in: src/types/constraints.ts:275

Human-readable message.


removed

removed: number

Defined in: src/types/constraints.ts:277

Number of sessions removed.


success

success: boolean

Defined in: src/types/constraints.ts:279

Whether the cleanup succeeded.