Interface ValidationAstTypes

interface ValidationAstTypes {
    astResources: AstResources;
    declared: AstTypes;
    inferred: AstTypes;
}

Properties

astResources: AstResources
declared: AstTypes
inferred: AstTypes