Outlook_Addin_LLM/node_modules/office-addin-dev-certs/lib/generate.d.ts

2 lines
209 B
TypeScript
Raw Normal View History

export declare function generateCertificates(caCertificatePath?: string, localhostCertificatePath?: string, localhostKeyPath?: string, daysUntilCertificateExpires?: number, domains?: string[]): Promise<void>;