Documentation
    Preparing search index...

    Type Alias InspectableConstructor

    InspectableConstructor: Function & {
        containerInjections?: Record<
            string
            | number
            | symbol,
            { dependencies: any[]; createError?: ErrorCreator },
        >;
        containerProvider?: ContainerProvider;
    }

    Shape of a class constructor with injections

    The constructor type