@angular/language-service
Version:
Angular - language services
14 lines (13 loc) • 485 B
TypeScript
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import { CodeActionMeta } from './utils';
/**
* This code action will fix the missing member of a type. For example, add the missing member to
* the type or try to get the spelling suggestion for the name from the type.
*/
export declare const missingMemberMeta: CodeActionMeta;