RegisterReasonResponseDto

Type Alias: RegisterReasonResponseDto

[object Object]

Defined in: api/types.gen.ts:1600

Represents the response DTO for a register reason.

Properties

descriptionDutch

[object Object]

Defined in: api/types.gen.ts:1616

The Dutch description for the registration reason.


descriptionEnglish

[object Object]

Defined in: api/types.gen.ts:1620

The English description for the registration reason.


iconPath?

optional iconPath?: string | null

Defined in: api/types.gen.ts:1628

The storage path of the icon associated with this reason.


id

[object Object]

Defined in: api/types.gen.ts:1604

The unique identifier of a RegisterReason, assigned incrementally.


sortOrder

[object Object]

Defined in: api/types.gen.ts:1624

The order in which this reason should be displayed.


titleDutch

[object Object]

Defined in: api/types.gen.ts:1608

The Dutch title for the registration reason.


titleEnglish

[object Object]

Defined in: api/types.gen.ts:1612

The English title for the registration reason.

On this page