Multiplatform Ktor schema declaration • opensavvy.spine.api • ParameterConstructor
ParameterConstructor¶
typealias ParameterConstructor<P> = (ParameterStorage) -> P
Factory function that builds a Parameters subtype backed by a ParameterStorage.
This type appears when the client calls an endpoint with parameters. To learn more, see Parameters.