Comunica
    Preparing search index...

    Interface IActorOutputAbstractMediaTypedMediaTypeFormats

    Data interface for the type of an actor run result.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    mediaTypeFormats: Record<string, string>

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