UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

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