Type alias ServiceType<T>

ServiceType<T>: {
    name: string;
    prototype: T;
} | string

Type Parameters

  • T extends object = object

Type declaration

  • name: string
  • prototype: T