PostExternalLinkDto

Type Alias: PostExternalLinkDto

[object Object]

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

Defines the DTO for creating an external link.

Properties

descriptionDutch

[object Object]

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

The Dutch description for the external link.


descriptionEnglish

[object Object]

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

The English description for the external link.


sortOrder?

optional sortOrder?: number | null

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

The order in which this link should be displayed.


titleDutch

[object Object]

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

The Dutch title for the external link.


titleEnglish

[object Object]

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

The English title for the external link.


url

[object Object]

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

The destination URL of the link.

On this page