UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

8 lines (7 loc) 253 B
export declare namespace GetRequestBody { interface Args { body: unknown; type: "json" | "file" | "bytes" | "other"; } } export declare function getRequestBody({ body, type }: GetRequestBody.Args): Promise<BodyInit | undefined>;