MetricValidationResult: {
    type: Success;
} | {
    errorMessage: string;
    errorType?: ErrorType;
    type: Error;
}

Type declaration

Type declaration

Generated using TypeDoc