@storehouse/core - v2.1.0
    Preparing search index...

    Interface ManagerArg<TConfig>

    Arguments passed to manager constructors, including the manager name

    interface ManagerArg<TConfig = unknown> {
        config?: TConfig;
        name?: string;
    }

    Type Parameters

    • TConfig = unknown

      Type of the configuration object

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    config?: TConfig

    Optional configuration specific to the manager type

    name?: string

    Optional name for the manager instance