Files
med-notes/.pnpm-store/v10/files/25/2dbe47d15a721efc4e8117d67a0a2687fdd4e80aa139a2713269ed2b23170d45234cdfe614b7b0dcb6709441892d2af0d8b3d21d6915c29f95782dc755fec0
2025-05-09 05:30:08 +02:00

9 lines
300 B
Plaintext

export function docProperties(pdfDocument: any): Promise<any>;
export class GenericScripting {
constructor(sandboxBundleSrc: any);
_ready: Promise<any>;
createSandbox(data: any): Promise<void>;
dispatchEventInSandbox(event: any): Promise<void>;
destroySandbox(): Promise<void>;
}