UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

8 lines (7 loc) 239 B
type ArrayFormat = "indices" | "repeat" | "comma"; interface QueryStringOptions { arrayFormat?: ArrayFormat; encode?: boolean; } export declare function toQueryString(obj: unknown, options?: QueryStringOptions): string; export {};