/** * Response envelope for the LLM usage analytics endpoint. */ export type LlmUsageAnalyticsResponse = { resource: string; data?: any; meta?: any; };