UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

9 lines (8 loc) 256 B
export type GranularityType = 15 | 30 | 60; export declare class ContractMatrixModel<T> { hs: T[]; ss: T[]; qs: T[]; constructor(hLabels: string[], callBack: (ts: string | null) => T); getContracts(granularity: GranularityType): T[]; }