IHasOneMainDescriptorConfig<M, T>: IBaseMainDescriptorConfig<T> & {
    ofType: FactoryType<M>;
}

Type Parameters