E621
    Preparing search index...

    Interface NoV2Options

    Default type argument for generic methods accepting v2/mode options, resolving PostFormat to the legacy Post model when no options are provided.

    interface NoV2Options {
        mode?: undefined;
        v2?: undefined;
    }
    Index
    mode?: undefined
    v2?: undefined