Type Alias ProofFetchFailure

ProofFetchFailure: {
    error: string;
    status: "Failed";
}