Skip to content

TypeMathOrTypeReduceOrTypeResampleOrTypeClassicConditionsOrTypeThresholdOrTypeSql🔗

Definition🔗

export interface TypeMathOrTypeReduceOrTypeResampleOrTypeClassicConditionsOrTypeThresholdOrTypeSql {
    TypeMath?: expr.TypeMath;
    TypeReduce?: expr.TypeReduce;
    TypeResample?: expr.TypeResample;
    TypeClassicConditions?: expr.TypeClassicConditions;
    TypeThreshold?: expr.TypeThreshold;
    TypeSql?: expr.TypeSql;
}