PostStudyDto

Type Alias: PostStudyDto

[object Object]

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

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


title

[object Object]

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


type

[object Object]

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

On this page