SpecificationAnswerResponseDto

Type Alias: SpecificationAnswerResponseDto

[object Object]

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

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


answerId

[object Object]

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


questionId

[object Object]

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

On this page