????

Your IP : 216.73.216.131


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@types/superagent/
Upload File :
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;