UNPKG

skysync-cli

Version:

SkySync Command Line Interface

8 lines (7 loc) 346 B
import { IHttpClient } from '../http'; import { PagedResource, IDownloadFileProvider } from './resource'; import { Profile } from '../models'; export declare class ProfilesResource extends PagedResource<Profile> implements IDownloadFileProvider { constructor(httpClient: IHttpClient); getDownloadRequestPath(id: string): string; }