Interface NativeTypeReferenceExperimental

interface NativeTypeReference {
    definition?: JsonValue;
    name: string;
    namespace?: string;
    path?: readonly string[];
    protocol: SourceProtocol;
}

Properties

definition?: JsonValue

Sanitized metadata only. Raw protocol documents remain on native handles.

name: string
namespace?: string
path?: readonly string[]
protocol: SourceProtocol