RegisterReasonResponseDto

Type Alias: RegisterReasonResponseDto

[object Object]

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

Represents the response DTO for a register reason.

Properties

descriptionDutch

[object Object]

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

The Dutch description for the registration reason.


descriptionEnglish

[object Object]

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

The English description for the registration reason.


iconPath?

optional iconPath?: string | null

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

The storage path of the icon associated with this reason.


id

[object Object]

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

The unique identifier of a RegisterReason, assigned incrementally.


sortOrder

[object Object]

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

The order in which this reason should be displayed.


titleDutch

[object Object]

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

The Dutch title for the registration reason.


titleEnglish

[object Object]

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

The English title for the registration reason.

On this page