SpecificationAnswerResponseDto
Type Alias: SpecificationAnswerResponseDto
[object Object]
Defined in: app/api/types.gen.ts:1643
Represents the response DTO for a specification answer, containing all relevant information about the specification answer, including its properties and any associated data. The SpecificationAnswerResponseDTO is used to transfer comprehensive specification answer data from the server to the client when retrieving specification answer information, allowing for a complete representation of the specification answer's details in the response payload. The SpecificationAnswerResponseDTO can include properties such as the question ID, answer ID, and the answer text, providing a comprehensive view of the specification answer data for the client application.
Properties
answer
[object Object]
Defined in: app/api/types.gen.ts:1655
The answer provided for the specification question. The content and format of this answer depend on the type of the associated specification question.
answerId
[object Object]
Defined in: app/api/types.gen.ts:1651
The unique identifier of a specification answer, assigned incrementally.
questionId
[object Object]
Defined in: app/api/types.gen.ts:1647
The unique identifier of the specification question for which this answer is provided.