| 1 | import type { ElectronInstallerDMGOptions } from 'electron-installer-dmg'; |
| 2 | |
| 3 | export interface CodeSignOptions { |
| 4 | 'signing-identity': string; |
| 5 | identifier?: string; |
| 6 | } |
| 7 | |
| 8 | export interface DMGContents { |
| 9 | x: number; |
nothing calls this directly
no outgoing calls
no test coverage detected