UNPKG

ag-charts-types

Version:

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

7 lines (6 loc) 221 B
export interface AgStateSerializableDate { /** Type discriminator for serialisable date objects. */ __type: 'date'; /** The date value as an ISO 8601 string or Unix timestamp. */ value: string | number; }