Fires2REST - v0.3.0
    Preparing search index...

    Interface Order

    An ordering on a field

    interface Order {
        direction?: "ASCENDING" | "DESCENDING";
        field: FieldReference;
    }
    Index

    Properties

    Properties

    direction?: "ASCENDING" | "DESCENDING"

    The direction to order by

    The field to order on