@suluk/seo - v0.1.2
    Preparing search index...

    Interface OgImageInput

    interface OgImageInput {
        title: string;
        subtitle?: string;
        brand?: string;
        eyebrow?: string;
        width?: number;
        height?: number;
        bg?: string;
        fg?: string;
        accent?: string;
        accent2?: string;
    }
    Index

    Properties

    title: string
    subtitle?: string
    brand?: string
    eyebrow?: string
    width?: number
    height?: number
    bg?: string
    fg?: string
    accent?: string
    accent2?: string