export interface AgStateSerializableDate {
    __type: 'date';
    value: string | number;
}
