UNPKG

@sethub/sdk

Version:

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

8 lines (7 loc) 322 B
import type { HttpClient } from '../../http/client'; import type { GetAdminOverview } from './protocols/get-overview.protocol'; export declare class Admin { private readonly httpClient; constructor(httpClient: HttpClient); getOverview(options?: GetAdminOverview.Options): Promise<GetAdminOverview.Response>; }