PostRegisterReasonDto

Type Alias: PostRegisterReasonDto

[object Object]

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

Defines the DTO for creating a register reason, containing localized text and ordering.

Properties

descriptionDutch

[object Object]

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

The Dutch description for the registration reason.


descriptionEnglish

[object Object]

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

The English description for the registration reason.


sortOrder?

optional sortOrder?: number | null

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

The order in which this reason should be displayed.


titleDutch

[object Object]

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

The Dutch title for the registration reason.


titleEnglish

[object Object]

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

The English title for the registration reason.

On this page