UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

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