@forge/csp
5.8.15.8.1-experimental-04cc2b9
out/csp/csp-processing-service.d.ts~
out/csp/csp-processing-service.d.tsModified+1−1
Index: package/out/csp/csp-processing-service.d.ts
===================================================================
--- package/out/csp/csp-processing-service.d.ts
+++ package/out/csp/csp-processing-service.d.ts
@@ -1,9 +1,9 @@
import type { Logger } from '@forge/cli-shared';
import type { Permissions } from '@forge/manifest';
import type { CheerioAPI, CheerioOptions } from 'cheerio/slim';
import { ContentPermissions, CSPDetails, DocumentBody } from '../types';
-declare type CheerioLoader = (document: DocumentBody, options?: CheerioOptions) => CheerioAPI;
+type CheerioLoader = (document: DocumentBody, options?: CheerioOptions) => CheerioAPI;
export declare class InvalidConnectSrc extends Error {
constructor();
}
export declare class CSPProcessingService {