UNPKG

276 BTypeScriptView Raw
1import { PlatformPackager } from "app-builder-lib";
2declare type LicenseConfig = {
3 $schema: string;
4 body: any[];
5 labels: any[];
6};
7export declare function addLicenseToDmg(packager: PlatformPackager<any>, dmgPath: string): Promise<LicenseConfig | null>;
8export {};