ExternalLinkResponseDto
Type Alias: ExternalLinkResponseDto
[object Object]
Defined in: app/api/types.gen.ts:401
Represents the response DTO for an external link.
Properties
descriptionDutch
[object Object]
Defined in: app/api/types.gen.ts:417
The Dutch description for the external link.
descriptionEnglish
[object Object]
Defined in: app/api/types.gen.ts:421
The English description for the external link.
iconPath?
optionaliconPath?:string|null
Defined in: app/api/types.gen.ts:433
The storage path of the icon associated with this link.
id
[object Object]
Defined in: app/api/types.gen.ts:405
The unique identifier of an ExternalLink, assigned incrementally.
sortOrder
[object Object]
Defined in: app/api/types.gen.ts:429
The order in which this link should be displayed.
titleDutch
[object Object]
Defined in: app/api/types.gen.ts:409
The Dutch title for the external link.
titleEnglish
[object Object]
Defined in: app/api/types.gen.ts:413
The English title for the external link.
url
[object Object]
Defined in: app/api/types.gen.ts:425
The destination URL of the link.