RegisterSlideResponseDto

Type Alias: RegisterSlideResponseDto

[object Object]

Defined in: app/api/types.gen.ts:1519

Represents the response DTO for a register slide.

Properties

id

[object Object]

Defined in: app/api/types.gen.ts:1523

The unique identifier of a register slide, assigned incrementally.


imagePath?

optional imagePath?: string | null

Defined in: app/api/types.gen.ts:1531

The storage path of the slide image.


sortOrder

[object Object]

Defined in: app/api/types.gen.ts:1527

The order in which this slide should be displayed.

On this page