UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

8 lines (7 loc) 171 B
import { PathLike } from './pathLike'; export interface ClientCertificateOptions { cert?: PathLike; key?: PathLike; pfx?: PathLike; passphrase?: string; }