ImportedDefinition

@Serializable
interface ImportedDefinition

A sealed interface representing an imported definition in a Wrap ABI.

Inheritors

Properties

Link copied to clipboard
abstract val namespace: String

The namespace of the imported definition.

Link copied to clipboard
abstract val nativeType: String

The native type of the imported definition.

Link copied to clipboard
abstract val uri: String

The URI of the imported definition.