export type PaginateQuery = { results: T[]; count: number; next: string | null; previous: string | null; }; //# sourceMappingURL=types.d.ts.map