Interface ILastUpdated

interface ILastUpdated {
    date: {
        $date: string;
    };
    offset: number;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

date: {
    $date: string;
}
offset: number