interface FactoryDetails {
    factory:
        | null
        | FactoryTypeFunction<unknown>
        | FactoryWithParamsTypeFunction<unknown>;
    factoryType: FactoryType;
}

Properties

Properties

factory:
    | null
    | FactoryTypeFunction<unknown>
    | FactoryWithParamsTypeFunction<unknown>
factoryType: FactoryType
MMNEPVFCICPMFPCPTTAAATR