全文検索のソート条件

interface FullTextSortCondition {
    entityName: string;
    sortKey?: string;
    sortType?: "ASC" | "DESC";
}

Properties

entityName: string

Entity定義名

sortKey?: string

プロパティ名

sortType?: "ASC" | "DESC"

ソートタイプ