interface ValidationErrorOrWarningsConfig {
    allowDeprecatedDirectives: boolean;
    error: any;
}

Properties

allowDeprecatedDirectives: boolean
error: any