Variants TS Documentation
    Preparing search index...

    Interface InstallerConfig

    Interface for installing the variants-ts library. Implementations of this interface are responsible for performing necessary setup and initialization to ensure that the library functions correctly. This may include tasks such as registering contracts, initializing internal state, or performing any other necessary bootstrapping.

    interface InstallerConfig {
        contracts?: Contracts;
    }
    Index

    Properties

    Properties

    contracts?: Contracts