@resee-movies/utilities - v0.8.0
    Preparing search index...

    Type Alias CreateSeoMetadataReturn

    type CreateSeoMetadataReturn = {
        meta: { content: string; name: string }[];
        script?: { innerHTML: string; type: "application/ld+json" }[];
        title: string | undefined;
    }
    Index

    Properties

    Properties

    meta: { content: string; name: string }[]
    script?: { innerHTML: string; type: "application/ld+json" }[]
    title: string | undefined