Chartbreaker
    Preparing search index...

    Type Alias Sort

    type Sort = {
        direction: "asc" | "desc";
        field: string;
    }
    Index

    Properties

    Properties

    direction: "asc" | "desc"
    field: string