Interface TypirSpecifics

This type collects all TypeScript types which might be customized by applications or bindings for language workbenches.

interface TypirSpecifics {
    LanguageType: unknown;
    ValidationMessageProperties: ValidationMessageProperties;
}

Hierarchy (View Summary)

Properties

LanguageType: unknown
ValidationMessageProperties: ValidationMessageProperties