/** * An Extend file ID (for instance from another run or a previous file upload). */ export interface FileFromId { /** * An Extend file ID. * * Example: `"file_xK9mLPqRtN3vS8wF5hB2cQ"` */ id: string; }