UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

6 lines (5 loc) 141 B
import { SortDirection } from './types'; export interface Sort { readonly propertyName: string; readonly direction: SortDirection; }