ElectronCertificateTrustDialogOptions
Unofficial
Options for Electron certificate trust dialog.
Import:
import type { ElectronCertificateTrustDialogOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronCertificateTrustDialogOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| certificate | ElectronCertificate | The certificate to trust/import. | |
| message | string | The message to display to the user. |