import type { GranularCount } from './GranularCount'; import type { GranularSum } from './GranularSum'; export type ThreadAggregates = { /** * The number of credits used in chat threads over specific timeframes */ credits?: Array; /** * The number of threads created over specific timeframes */ threadsCreated?: Array; };