interface PayloadFindFilter {
    limit?: number;
    order?: "desc" | "asc";
    schema?: string | string[];
}

Properties

Properties

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