interface IWebSurveyModel {
    token: string;
    url: string;
}

Properties

Properties

token: string
url: string

Generated using TypeDoc