Type Alias EvaluatorError

type EvaluatorError = {
    errors?: { code?: string; status?: number; title?: string }[];
}
Index

Properties

Properties

errors?: { code?: string; status?: number; title?: string }[]