UNPKG

dinache

Version:

Restful light weight in-memory cache server built on top of node.js and dinoloop.

6 lines (5 loc) 220 B
import { ApiController } from 'dinoloop'; import { IBatchQuery, IBatchResult } from '../models/iquery'; export declare class QueryController extends ApiController { run(batchQuery: IBatchQuery): IBatchResult; }