UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

13 lines (10 loc) 257 B
import { QueryDirection } from './types'; /** * ************* Property Formatting ******************** */ export interface QueryParameters { fetchDirection: QueryDirection; fetchMaxRecords: number; fromRecordId?: string; type: string; }