Trevixal API
    Preparing search index...

    Interface LinkCardAttrs

    interface LinkCardAttrs {
        description?: string | null;
        href: string;
        image?: string | null;
        siteName?: string | null;
        title?: string | null;
    }
    Index
    description?: string | null
    href: string
    image?: string | null
    siteName?: string | null
    title?: string | null