Interface MetadataDescription

Describes the metadata of a source.

interface MetadataDescription {
    title?: string;
    [metadataKey: string]: any;
}

Indexable

[metadataKey: string]: any

Properties

Properties

title?: string

The title of the content.