UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

11 lines (10 loc) 195 B
export type LicenseDetails = { start: Date; end: Date; owner: string; appName: string; trial: boolean; skipAirtable?: boolean; timestamp?: number; ref: string; };