UNPKG

ag-charts-types

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

5 lines (4 loc) 93 B
export interface AgStateSerializableDate { __type: 'date'; value: string | number; }