/** * This file was auto-generated by Fern from our API Definition. */ /** * Info about the reason the job was canceled * * @example * { * info: "Job was canceled" * } */ export interface JobCancelDetails { info?: string; }