// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation
import Get
import URLQueryEncoder

extension Paths.Survey {
    public var surveyQuestions: SurveyQuestions {
        SurveyQuestions(path: path + "/survey-questions")
    }

    public struct SurveyQuestions {
        /// Path: `/api/survey/survey-questions`
        public let path: String
    }
}
