import { type Run } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/mod.ts";
const { Usage } = Run;
Usage statistics related to the run. This value will be null
if the run is not
in a terminal state (i.e. in_progress
, queued
, etc.).