ExternalLinkResponseDto

Type Alias: ExternalLinkResponseDto

[object Object]

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

Represents the response DTO for an external link.

Properties

descriptionDutch

[object Object]

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

The Dutch description for the external link.


descriptionEnglish

[object Object]

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

The English description for the external link.


iconPath?

optional iconPath?: string | null

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

The storage path of the icon associated with this link.


id

[object Object]

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

The unique identifier of an ExternalLink, assigned incrementally.


sortOrder

[object Object]

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

The order in which this link should be displayed.


titleDutch

[object Object]

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

The Dutch title for the external link.


titleEnglish

[object Object]

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

The English title for the external link.


url

[object Object]

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

The destination URL of the link.

On this page