UNPKG

@nativecode/radarr

Version:
10 lines 423 B
/// <reference types="node" /> import { URL } from 'url'; import { Lincoln } from '@nofrills/lincoln'; import { RestResource } from '@nativecode/rest-client'; import { Profile } from '../Models'; export declare class ProfileResource extends RestResource { constructor(url: URL, apikey: string, logger: Lincoln); list(start?: string, end?: string): Promise<Profile[]>; } //# sourceMappingURL=ProfileResource.d.ts.map