UNPKG

rs-restangular

Version:

Restful Resources service for Angular 2 apps

8 lines (7 loc) 256 B
import { PathInterface } from './path.interface'; export declare class RestangularOnePath implements PathInterface { endpoint: string; primaryKey: string; constructor(endpoint: string, primaryKey: string | number); path(): Array<string>; }