interface localKey {
    passphrase?: unknown;
    private_key_path: string;
}

Properties

passphrase?: unknown
private_key_path: string

Generated using TypeDoc