hoodkit
    Preparing search index...

    Interface HookOptions

    Options accepted by every hook: an optional client override.

    interface HookOptions {
        client?: HoodClient;
    }
    Index
    client?: HoodClient