Add API Report

Signed-off-by: Praphull Purohit <praphull.purohit@truecaller.com>
This commit is contained in:
Praphull Purohit
2024-03-01 15:05:31 +01:00
parent 979f62ec47
commit 227059170d
@@ -197,6 +197,8 @@ export function readLdapOrg(
// @public
export type TLSConfig = {
rejectUnauthorized?: boolean;
keys?: string;
certs?: string;
};
// @public