tutti-api - v2.1.0
    Preparing search index...

    Interface PriceConstraint

    interface PriceConstraint {
        freeOnly?: boolean;
        key: "price";
        max?: number;
        min?: number;
    }
    Index

    Properties

    Properties

    freeOnly?: boolean
    key: "price"
    max?: number
    min?: number