UNPKG

express-base-controller

Version:
12 lines (10 loc) 165 B
import { IApiError, } from './IApiError'; export interface IApiMeta { total: number; count: number; offset: number; limit: number; error?: IApiError; }