UNPKG

angular-odata

Version:

Client side OData typescript library for Angular

7 lines (6 loc) 139 B
export declare class Import { names: string[]; from: string; constructor(names: string[], from: string); path(): string; }