12345 |
- import { Options } from "got";
- export declare class AuthRequest {
- static readonly urlRoot: NonNullable<Options["prefixUrl"]>;
- static createPromise(uri: string, method: Options["method"], body: object | object[] | null, host?: string): Promise<any>;
- }
|