
commonMain.io.polywrap.core.Aliases.kt Maven / Gradle / Ivy
package io.polywrap.core
/** A map of string-indexed, Msgpack-serializable environmental variables associated with a wrapper */
typealias WrapEnv = Map
/**
* Result of a Wrapper invocation.
*
* @param TData Type of the invoke result data.
*/
typealias InvokeResult = Result
© 2015 - 2025 Weber Informatics LLC | Privacy Policy