@forge/lint
5.15.2-next.55.16.0-next.6
out/lint/linters/deprecated-api-module-linter/deprecated-api-module-interface.d.ts+
out/lint/linters/deprecated-api-module-linter/deprecated-api-module-interface.d.tsNew file+9
Index: package/out/lint/linters/deprecated-api-module-linter/deprecated-api-module-interface.d.ts
===================================================================
--- package/out/lint/linters/deprecated-api-module-linter/deprecated-api-module-interface.d.ts
+++ package/out/lint/linters/deprecated-api-module-linter/deprecated-api-module-interface.d.ts
@@ -0,0 +1,9 @@
+import { LintCriteriaMatch } from '../../linter-interface';
+export declare const FORGE_API_PACKAGE = "@forge/api";
+export declare const DEPRECATED_STORAGE_EXPORT_NAME = "storage";
+export declare type DeprecatedApiStorageMatch = LintCriteriaMatch;
+export interface DeprecatedApiStorageMatches {
+ [key: string]: DeprecatedApiStorageMatch[];
+ deprecatedApiStorage: DeprecatedApiStorageMatch[];
+}
+//# sourceMappingURL=deprecated-api-module-interface.d.ts.map
\ No newline at end of file