UNPKG

@progress/telerik-common-report-viewer

Version:

Common code for Progress® Telerik® Report Viewer

14 lines (13 loc) 307 B
export type LicenseInfo = { type: number; isValid: boolean; message?: string; title?: string; messageIcon?: number; statusCode?: string; actionLink?: string; actionMessage?: string; expiration?: string; callToActionMessage?: string; callToActionLink?: string; };