ListVectorStoreFilesInBatchQueryParamOrder
Sort order by the created_at timestamp of the objects. 'asc' for ascending order and 'desc' for descending order.
Example Usage
typescript
import { ListVectorStoreFilesInBatchQueryParamOrder } from "@meetkai/mka1/models/operations";
let value: ListVectorStoreFilesInBatchQueryParamOrder = "asc";Values
typescript
"asc" | "desc"