output
    Preparing search index...

    Type Alias InterpretConfig

    InterpretConfig:
        | { type: "verdict" }
        | { type: "boolean" }
        | { partial?: number; pass: number; type: "number" }
        | { partial?: string[]; pass: string[]; type: "string" }