ImportedModuleRef

@Serializable
data class ImportedModuleRef(val type: String? = null)

A sealed interface representing an imported module reference in a Wrap ABI.

Constructors

Link copied to clipboard
constructor(type: String? = null)

Properties

Link copied to clipboard
val type: String? = null

The type of the imported module reference.