Files
Remote-Control-Center/mc_test/node_modules/dmg-builder/out/dmgLicense.d.ts
2025-11-25 09:56:15 +03:00

9 lines
268 B
TypeScript
Executable File

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