neurojs - v1.1.2
    Preparing search index...

    Type Alias SummarizeChapter<T>

    type SummarizeChapter<T extends SummarizeThesis = SummarizeThesisWithLink> = {
        content: string;
        id: number;
        theses: T[];
    }

    Type Parameters

    Index

    Properties

    Properties

    content: string
    id: number
    theses: T[]