# MetaChangelogEntry ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **compatibility_date** | **string** | Compatibility date of the route | [default to undefined] **description** | **string** | Description | [default to undefined] **method** | **string** | HTTP method of the route | [default to undefined] **path** | **string** | Path of the route | [default to undefined] **type** | **string** | Type of the change | [default to undefined] ## Example ```typescript import { MetaChangelogEntry } from 'eve-esi-client-ts'; const instance: MetaChangelogEntry = { compatibility_date, description, method, path, type, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)