UNPKG

@konnec/vue-eloquent

Version:

An interface for Vue and Laravel Eloquent through API

10 lines (9 loc) 200 B
import { QueryPage } from './IQueryPage'; export interface Query { fields?: string; include?: string; append?: string[]; filter?: any[]; paginate?: QueryPage; sort?: string; }