Data interface for the type of an actor run result.

interface IActorRdfMetadataExtractOutput {
    metadata: Record<string, any>;
}

Hierarchy (view full)

Properties

Properties

metadata: Record<string, any>

A metadata key-value mapping.