/** * This file was auto-generated by Fern from our API Definition. */ export interface CloneGraphResponse { /** graph_id is the ID of the cloned graph */ graphId?: string; /** Task ID of the clone graph task */ taskId?: string; userId?: string; }