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

    Type Alias CreateSeoMetadataOptions

    type CreateSeoMetadataOptions = {
        desc?: string;
        descField?: string;
        imagePath?: ImageFileDescriptor;
        jsonLD?: string | object;
        title?: string;
        titleField?: string | string[];
    }
    Index

    Properties

    desc?: string
    descField?: string
    jsonLD?: string | object
    title?: string
    titleField?: string | string[]