import { FilesUpdateRequest } from "@polar-sh/sdk/models/operations/filesupdate.js";
let value: FilesUpdateRequest = {
id: "<value>",
filePatch: {},
};
Field | Type | Required | Description |
---|---|---|---|
id |
string | ✔️ | The file ID. |
filePatch |
components.FilePatch | ✔️ | N/A |