UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

7 lines (6 loc) 155 B
/** * A type which implements {@link IIncludable} can be used with {@link IncludedItems} class */ export interface IIncludable { id: string; }