interface SurveyTableContainerProps {
    mode: "admin" | "profile";
}

Properties

Properties

mode: "admin" | "profile"