????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@types/superagent/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@types/superagent/types.d.ts |
import Response = require("./lib/node/response"); export interface AgentOptions { ca?: any; key?: any; pfx?: any; cert?: any; rejectUnauthorized?: boolean; } export type CBHandler = (err: any, res: Response) => void;