interface Metadata {
    jsonLds?: JsonLds;
    tags?: Record<string, string>;
}

Properties

Properties

jsonLds?: JsonLds
tags?: Record<string, string>