ソート条件

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

Properties

Properties

sortKey?: string

ソートキー(プロパティ名)

sortType?: "ASC" | "DESC"

ソート種別