GetSpecificationQuestionResponseDto
Type Alias: GetSpecificationQuestionResponseDto
[object Object]
Defined in: app/api/types.gen.ts:310
Represents the response DTO for a specification question, containing all relevant information about the specification question, including its properties and any associated data. The GetSpecificationQuestionResponseDTO is used to transfer comprehensive specification question data from the server to the client when retrieving specification question information, allowing for a complete representation of the specification question's details in the response payload. The GetSpecificationQuestionResponseDTO can include properties such as the question ID, activity ID, question text in both Dutch and English, question type, mandatory status, public visibility, and any associated options, providing a comprehensive view of the specification question data for the client application.
Properties
id
[object Object]
Defined in: app/api/types.gen.ts:317
isMandatory
[object Object]
Defined in: app/api/types.gen.ts:314
isPublic
[object Object]
Defined in: app/api/types.gen.ts:315
options?
optionaloptions?:string[] |null
Defined in: app/api/types.gen.ts:316
questionDutch
[object Object]
Defined in: app/api/types.gen.ts:311
questionEnglish
[object Object]
Defined in: app/api/types.gen.ts:312
type
[object Object]
Defined in: app/api/types.gen.ts:313