StudyUpdateDto

Type Alias: StudyUpdateDto

[object Object]

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

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: api/types.gen.ts:1996

The default duration of the study in years.


title

[object Object]

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

The title of the study.


type

[object Object]

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

On this page