/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
 * Action: Attempt to prove with a non-ready circuit (not compiled)
 * Error: The circuit is not ready to accept proofs
 */
export type CircuitIsNotReadyResponse = {
  circuit_id: string;
  error: string;
  exception_id?: string;
  message?: string;
};
