| 1 | import { lookup } from "@uploadthing/mime-types"; |
| 2 | |
| 3 | interface UTFilePropertyBag extends BlobPropertyBag { |
| 4 | lastModified?: number | undefined; |
| 5 | customId?: string | undefined; |
| 6 | } |
| 7 | |
| 8 | /** |
| 9 | * Extension of the Blob class that simplifies setting the `name` and `customId` properties, |
nothing calls this directly
no outgoing calls
no test coverage detected