# MetaChangelog ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **changelog** | **{ [key: string]: Array<MetaChangelogEntry>; }** | Per date, list changes for that date | [default to undefined] ## Example ```typescript import { MetaChangelog } from 'eve-esi-client-ts'; const instance: MetaChangelog = { changelog, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)