@typescript-eslint/types 8.70.1-alpha.21 → 8.70.1-alpha.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -792,7 +792,7 @@ export declare interface IfStatement extends BaseNode {
|
|
|
792
792
|
}
|
|
793
793
|
export declare interface ImportAttribute extends BaseNode {
|
|
794
794
|
type: AST_NODE_TYPES.ImportAttribute;
|
|
795
|
-
key: Identifier |
|
|
795
|
+
key: Identifier | StringLiteral;
|
|
796
796
|
value: Literal;
|
|
797
797
|
}
|
|
798
798
|
export declare type ImportClause = ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier;
|