Type Alias CreateEvaluationResponse

type CreateEvaluationResponse = {
    contextId?: string;
    errors?: Errors;
    evaluationId?: string;
}
Index

Properties

contextId?: string

Extra context information to carry through to the result if any

errors?: Errors
evaluationId?: string

Extra context information to carry through to the result if any