PostStudyDto

Type Alias: PostStudyDto

[object Object]

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

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

The default duration of the study in years.


title

[object Object]

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

The title of the study.


type

[object Object]

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

On this page