@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Interface CommonSummarizerConfiguration

    interface CommonSummarizerConfiguration {
        logger: (message: string) => void;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of CommonSummarizerConfiguration
    Index

    Properties

    Properties

    logger: (message: string) => void