Type alias WebCoreConstructor<T>

WebCoreConstructor<T>: (new (config) => WebCoreServiceMap[T])

Type representing a constructor for a web core service.

Type Parameters

  • T extends CloudProvider

    The cloud provider the constructor is for.

Type declaration