/** * Http count response body */ export type CountResult = { count: number; }; //# sourceMappingURL=count-result.d.ts.map