export interface PaginatedResponse { items: T[]; total: number; page: number; perPage: number; } //# sourceMappingURL=types.d.ts.map