/** * This file was auto-generated by Fern from our API Definition. */ export interface ExternalSessionAiResponseMetadataUsage { /** The credit usage for this request */ credits: number; /** The id of the request */ id: string; }