PowerHorse Engine
    Preparing search index...
    type FetchRankResults = {
        comparisonId: ">" | "=";
        estimated: number;
        value?: number;
    }
    Index

    Properties

    comparisonId: ">" | "="
    estimated: number
    value?: number