Type Alias CmpfloatWithTimeout

CmpfloatWithTimeout: Cmpfloat & {
    baselineTimeoutStatusCode?: string;
    comparisonTimeoutStatusCode?: string;
}