interface UploadCompleteParamsimport { type UploadCompleteParams } from "https://deno.land/x/openai@v4.69.0/resources/uploads/mod.ts"; Propertiespart_ids: Array<string>The ordered list of Part IDs. optionalmd5: stringThe optional md5 checksum for the file contents to verify if the bytes uploaded matches what you expect.