/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * prefix: "Cloned Test File" * } */ export interface CloneFileRequest { /** The prefix for the cloned file (defaults to original name with "Copy of " prefix) */ prefix?: string; }