UNPKG

@herlinus/coloquent

Version:

Library for retrieving model objects from a JSON-API, with a fluent syntax inspired by Laravel Eloquent.

13 lines (12 loc) 233 B
export declare class Resource { type: string; id: string; attributes: { [key: string]: any; }; relationships: { [relationshipName: string]: { data: any; }; }; }