UNPKG

@sethub/sdk

Version:

<div align="center"> <h1> SetHub SDK </h1>

8 lines (7 loc) 291 B
import { HttpClient } from "../../http/client"; import { GetMyProfile } from "./protocols/get-my.protocol"; export declare class Profiles { private readonly httpClient; constructor(httpClient: HttpClient); getMy(options?: GetMyProfile.Options): Promise<GetMyProfile.Response>; }