interface DeprecatedFunctionsConfig {
    deprecatedFunctions: string[];
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Hierarchy-Diagram

UML class diagram of DeprecatedFunctionsConfig

Properties

deprecatedFunctions: string[]

The list of function names that should be marked as deprecated.