Interface OrGroup<T>

interface OrGroup {
    $or: AssetConditionGroup<T>[];
}

Type Parameters

  • T extends NumberType

Properties

Properties

Generated using TypeDoc