Typescript SDK Type Docs
    Preparing search index...

    Type Alias ProcessOptions

    type ProcessOptions = {
        accumulate?: boolean;
        limit?: number;
        sort?: string;
        total?: number;
    }
    Index

    Properties

    accumulate?: boolean
    limit?: number
    sort?: string
    total?: number