jamespot-user-api
    Preparing search index...

    Type Alias Order

    type Order = {
        name: string;
        sort: "ASC" | "DESC";
    }
    Index

    Properties

    Properties

    name: string
    sort: "ASC" | "DESC"