Fake Mirrors
    Preparing search index...

    Interface Config<T>

    Represents a config

    interface Config<T> {
        data: T;
        reset(): void;
    }

    Type Parameters

    • T

    Implemented by

    Properties

    data: T

    Config object

    Methods

    • Cleanup config

      Returns void