@forge/lint
5.19.25.19.2-experimental-04cc2b9
out/lint/linters/permission-linter/api-call-interface.d.ts~
out/lint/linters/permission-linter/api-call-interface.d.tsModified+2−2
Index: package/out/lint/linters/permission-linter/api-call-interface.d.ts
===================================================================
--- package/out/lint/linters/permission-linter/api-call-interface.d.ts
+++ package/out/lint/linters/permission-linter/api-call-interface.d.ts
@@ -7,9 +7,9 @@
'CONTENT_PROPERTY' = 4,
'IMAGE' = 5,
'NOTIFICATION' = 6
}
-export declare type ProductName = 'jira' | 'confluence' | 'bitbucket';
+export type ProductName = 'jira' | 'confluence' | 'bitbucket';
export interface ProductApiCall extends LintCriteriaMatch {
type: ApiCallTypes.PRODUCT;
product: ProductName;
path: string;
@@ -38,6 +38,6 @@
}
export interface NotificationApiCall extends LintCriteriaMatch {
type: ApiCallTypes.NOTIFICATION;
}
-export declare type ApiCall = ProductApiCall | UIHookApiCall | StorageApiCall | ExternalApiCall | ImageUrl | ContentPropertyApiCall | NotificationApiCall;
+export type ApiCall = ProductApiCall | UIHookApiCall | StorageApiCall | ExternalApiCall | ImageUrl | ContentPropertyApiCall | NotificationApiCall;
//# sourceMappingURL=api-call-interface.d.ts.map
\ No newline at end of file