Skip to content

TAskQuestionDetails object

TAskQuestionDetails is an object representing a details about the question asked about the given product and consists of the following fields:

type TAskQuestionDetails = {
    mail: string;
    question: string;
    challenge: string;
    name?: string;
}