Badges-TS Documentation
    Preparing search index...

    Interface InstallerConfig

    Interface representing the Installer, which is responsible for setting up the necessary components and dependencies for the badges-ts CLI to function properly.

    interface InstallerConfig {
        contracts?: Contracts;
    }
    Index

    Properties

    Properties

    contracts?: Contracts