Multiplatform Ktor schema declaration • opensavvy.spine.api • ParameterStorage
ParameterStorage¶
typealias ParameterStorage = MutableMap<String, List<String>>
Underlying storage for Parameters: a mutable map of parameter names to their raw string values.
Library integrations may use this directly when constructing parameter bundles.