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