• Decorator function that accepts a list of AddOns and throws error if those addons are scheduled to be added as well As they should not be deployed with

    Parameters

    • Rest...addOns: string[]

    Returns ((target: Object, key: string | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor)

      • (target, key, descriptor): PropertyDescriptor
      • Parameters

        • target: Object
        • key: string | symbol
        • descriptor: PropertyDescriptor

        Returns PropertyDescriptor