UNPKG

415 BTypeScriptView Raw
1/// <reference types="node" />
2import { URL } from 'url';
3import { Lincoln } from '@nofrills/lincoln';
4import { Resource } from '@nativecode/rest-client';
5import { Profile } from '../Models';
6export declare class ProfileResource extends Resource {
7 constructor(url: URL, apikey: string, logger: Lincoln);
8 list(start?: string, end?: string): Promise<Profile[]>;
9}
10//# sourceMappingURL=ProfileResource.d.ts.map
\No newline at end of file