Type Alias InterFieldSortData

type InterFieldSortData = {
    qName?: string;
    qReversed?: boolean;
}
Index
qName?: string
qReversed?: boolean