// GENERATED CODE! DO NOT MODIFY BY HAND! // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { AccountTokenUsageDailyBucket } from "./AccountTokenUsageDailyBucket"; import type { AccountTokenUsageSummary } from "./AccountTokenUsageSummary"; import type { ThreadUsage } from "./ThreadUsage"; export type GetAccountTokenUsageResponse = { summary: AccountTokenUsageSummary, dailyUsageBuckets: Array | null, /** * Estimated usage when a thread was requested and its billing route is available. */ threadUsage?: ThreadUsage | null, };