/* Options: Date: 2024-05-01 12:27:15 Version: 8.13 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://techstacks.io //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetConfig.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.*,com.google.gson.annotations.*,com.google.gson.reflect.* */ import java.math.* import java.util.* import net.servicestack.client.* import com.google.gson.annotations.* import com.google.gson.reflect.* @Route("/config") open class GetConfig : IReturn, IGet { companion object { private val responseType = GetConfigResponse::class.java } override fun getResponseType(): Any? = GetConfig.responseType } open class GetConfigResponse { var allTiers:ArrayList