export interface ClassifyRunsDeleteResponse { /** The ID of the deleted classify run */ id: string; }