PostStudyDto

Type Alias: PostStudyDto

[object Object]

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

Defines the DTO for posting a study, containing the necessary information for creating a new study, including its title, nominal duration in years, and type. The PostStudyDTO is used to transfer data from the client to the server when creating a new study, ensuring that all required information is provided and validated appropriately for the creation process.

Properties

nominalDurationYears

[object Object]

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

The default duration of the study in years.


title

[object Object]

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

The title of the study.


type

[object Object]

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

On this page