MCPcopy
hub / github.com/pingdotgg/uploadthing / UTFilePropertyBag

Interface UTFilePropertyBag

packages/uploadthing/src/sdk/ut-file.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { lookup } from "@uploadthing/mime-types";
2
3interface 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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected