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

    Interface LlmsSection

    interface LlmsSection {
        title: string;
        links: LlmsLink[];
    }
    Index

    Properties

    Properties

    title: string
    links: LlmsLink[]