Interface AndGroup<T>

interface AndGroup {
    $and: AssetConditionGroup<T>[];
}

Type Parameters

  • T extends NumberType

Properties

Properties

Generated using TypeDoc