Type alias QuestionnaireAnswersParams

QuestionnaireAnswersParams: {
    order: "ASC" | "DESC";
    order_by: "created_at" | "updated_at" | "rate";
    type: QuestionnaireType;
}

Type declaration

  • order: "ASC" | "DESC"
  • order_by: "created_at" | "updated_at" | "rate"
  • type: QuestionnaireType

Generated using TypeDoc