@forge/csp

5.8.1-experimental-04cc2b95.8.2-next.0
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';
-type CheerioLoader = (document: DocumentBody, options?: CheerioOptions) => CheerioAPI;
+declare type CheerioLoader = (document: DocumentBody, options?: CheerioOptions) => CheerioAPI;
 export declare class InvalidConnectSrc extends Error {
     constructor();
 }
 export declare class CSPProcessingService {