PostExternalLinkDto

Type Alias: PostExternalLinkDto

[object Object]

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

Defines the DTO for creating an external link.

Properties

descriptionDutch

[object Object]

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

The Dutch description for the external link.


descriptionEnglish

[object Object]

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

The English description for the external link.


sortOrder?

optional sortOrder?: number | null

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

The order in which this link should be displayed.


titleDutch

[object Object]

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

The Dutch title for the external link.


titleEnglish

[object Object]

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

The English title for the external link.


url

[object Object]

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

The destination URL of the link.

On this page