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

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Hierarchy-Diagram

UML class diagram of CommonSummarizerConfiguration

Properties

Properties

logger: (message: string) => void