PostSpecificationAnswerDto

Type Alias: PostSpecificationAnswerDto

[object Object]

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

Defines the DTO for posting a specification answer, containing the necessary information for creating a new specification answer, including the question ID and the answer text. The PostSpecificationAnswerDTO is used to transfer data from the client to the server when creating a new specification answer, ensuring that all required information is provided and validated appropriately for the creation process.

Properties

answer

[object Object]

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


questionId?

optional questionId?: number

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

On this page