Yurba.js Documentation
    Preparing search index...

    Interface SearchFilters

    interface SearchFilters {
        avatar: boolean;
        city: number;
        country: number;
        online: boolean;
        region: number;
        relationships: number;
        sort: Sort;
        worksAt: string;
    }
    Index

    Properties

    avatar: boolean
    city: number
    country: number
    online: boolean
    region: number
    relationships: number
    sort: Sort
    worksAt: string