Data interface for the type of an actor run result.

interface IActorOutputAbstractMediaTypedMediaTypeFormats {
    mediaTypeFormats: Record<string, string>;
}

Hierarchy (view full)

Properties

Properties

mediaTypeFormats: Record<string, string>

An object containing media types as keys, and format IRIs as values.