/** * This file was auto-generated by Fern from our API Definition. */ export interface UsageCharactersResponseModel { /** The time axis with unix timestamps for each day. */ time: number[]; /** The usage of each breakdown type along the time axis. */ usage: Record; }