@uploadcare/rest-client
    Preparing search index...

    Type Alias SearchFilesSort

    One sort key. Several are applied in the order given.

    type SearchFilesSort = {
        field: SearchFilesSortField;
        order?: "asc" | "desc";
    }
    Index

    Properties

    Properties

    order?: "asc" | "desc"

    Defaults to 'asc'.