AutoBE
    Preparing search index...
    interface IDocumentProfile {
        endpoints: string[];
        excerpt: string;
        frontmatterKeys: string[];
        headings: string[];
        path: string;
        title: string | null;
        truncated: boolean;
    }
    Index

    Properties

    endpoints: string[]
    excerpt: string
    frontmatterKeys: string[]
    headings: string[]
    path: string
    title: string | null
    truncated: boolean