StudyUpdateDto

Type Alias: StudyUpdateDto

[object Object]

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

Defines the DTO for updating an existing study, containing all necessary information for modifying a study's properties. The StudyUpdateDTO is used to transfer data from the client to the server when updating an existing study, allowing for changes to be made to the study's details while ensuring that the provided information is validated appropriately for the update process.

Properties

nominalDurationYears

[object Object]

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

The default duration of the study in years.


title

[object Object]

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

The title of the study.


type

[object Object]

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

On this page