Documentation
    Preparing search index...

    Interface IngestionResult

    interface IngestionResult {
        category: string;
        deductedDate?: string;
        markdown: string;
        properNouns: string[];
        summary: string;
        tags: string[];
        title: string;
        type: string;
    }
    Index

    Properties

    category: string
    deductedDate?: string
    markdown: string
    properNouns: string[]
    summary: string
    tags: string[]
    title: string
    type: string