UNPKG

express-base-controller

Version:
9 lines 209 B
import { IApiError } from './IApiError'; export interface IApiMeta { total: number; count: number; offset: number; limit: number; error?: IApiError; } //# sourceMappingURL=IApiMeta.d.ts.map