import { OutgoingRequestDelegate, RequestOptions } from "../core"; /** * Options for {@link Infoer.info}. * @public */ export interface InfoerInfoOptions { /** See `core` API. */ requestDelegate?: OutgoingRequestDelegate; /** See `core` API. */ requestOptions?: RequestOptions; }