@ptkl/sdk - v0.9.9
    Preparing search index...

    Type Alias FindParams

    type FindParams = {
        $adv?: FindAdvancedParams;
        $aggregate?: FindAggregateParams[];
        currentPage?: number;
        dateField?: string;
        dateFrom?: string;
        dateTo?: string;
        disabled?: any;
        filter?: any;
        filterOn?: string[];
        perPage?: number;
        sortBy?: string;
        sortDesc?: boolean;
    }
    Index

    Properties

    $aggregate?: FindAggregateParams[]
    currentPage?: number
    dateField?: string
    dateFrom?: string
    dateTo?: string
    disabled?: any
    filter?: any
    filterOn?: string[]
    perPage?: number
    sortBy?: string
    sortDesc?: boolean