StudyUpdateDto

Type Alias: StudyUpdateDto

[object Object]

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

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:1100


title

[object Object]

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


type

[object Object]

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

On this page