import type { _PaginatedDto } from './_PaginatedDto'; import type { ThreadAggregates } from './ThreadAggregates'; import type { ThreadEntity } from './ThreadEntity'; export type PaginatedResponseOfThreadEntity = (_PaginatedDto & { results?: Array; aggregates?: ThreadAggregates; });