@typescript-eslint/types 8.70.1-alpha.21 → 8.70.1-alpha.23
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,8 +792,8 @@ 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 |
|
|
796
|
-
value:
|
|
795
|
+
key: Identifier | StringLiteral;
|
|
796
|
+
value: StringLiteral;
|
|
797
797
|
}
|
|
798
798
|
export declare type ImportClause = ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier;
|
|
799
799
|
export declare interface ImportDeclaration extends BaseNode {
|