Interface ProjectDevHostType<THost>

interface ProjectDevHostType<THost> {
    new ProjectDevHostTypenew (project: ProjectConfig): THost;
    of(project: ProjectConfig): THost;
}

Type Parameters

Constructors

Methods

Constructors

Methods