Websites v4 docs v8.3.1
    Preparing search index...

    Interface PropertyListRules

    interface PropertyListRules {
        channel: string;
        maxPrice?: number;
        minPrice?: number;
        tags?: string[];
    }
    Index

    Properties

    channel: string
    maxPrice?: number
    minPrice?: number
    tags?: string[]