LarpixClient/electron/node_modules/dmg-builder/out/dmgLicense.d.ts
2026-05-10 14:02:17 +02:00

8 lines
276 B
TypeScript

import { PlatformPackager } from "app-builder-lib";
declare type LicenseConfig = {
$schema: string;
body: any[];
labels: any[];
};
export declare function addLicenseToDmg(packager: PlatformPackager<any>, dmgPath: string): Promise<LicenseConfig | null>;
export {};