@coveo/headless
    Preparing search index...

    Interface Controller

    interface Controller {
        state: {};
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index
    state: {}