/** * The `File` object represents a document that has been uploaded to OpenAI. * */ export type OpenAIFile = {};