XYO Platform SDK - v3.10.6
    Preparing search index...
    interface PayloadFindFilter {
        limit?: number;
        order?: "desc" | "asc";
        schema?: string | string[];
    }
    Index

    Properties

    Properties

    limit?: number
    order?: "desc" | "asc"
    schema?: string | string[]