Skip to content

Interface: AffectedPreviewDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / UI / AffectedPreviewDto

Interface: AffectedPreviewDto

Defined in: src/types/ui.ts:200

Preview of the rows a destructive statement would affect (dry-run only).

Properties

count

count: number

Defined in: src/types/ui.ts:202

Total number of rows the statement would match.


sampleRows?

optional sampleRows: object[]

Defined in: src/types/ui.ts:204

Up to 10 sample rows.


statement

statement: string

Defined in: src/types/ui.ts:206

The destructive statement that WOULD run.