@resee-movies/utilities - v0.8.0
    Preparing search index...

    Type Alias GenerateTableOfContentsReturn<S>

    The return type of generateTableOfContents.

    type GenerateTableOfContentsReturn<S extends TableOfContentsSource> = {
        contentSource: S;
        tableOfContents: TableOfContents[];
    }

    Type Parameters

    Index

    Properties

    contentSource: S
    tableOfContents: TableOfContents[]