/**
 * Umbraco Management API
 * This shows all APIs available in this version of Umbraco - including all the legacy apis that are available for backward compatibility
 *
 * The version of the OpenAPI document: Latest
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import type { DataTypeItemResponseModel } from './DataTypeItemResponseModel';
/**
 * @type GetItemDataType200ResponseInner
 *
 * @export
 */
export type GetItemDataType200ResponseInner = DataTypeItemResponseModel;
export declare function GetItemDataType200ResponseInnerFromJSON(json: any): GetItemDataType200ResponseInner;
export declare function GetItemDataType200ResponseInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetItemDataType200ResponseInner;
export declare function GetItemDataType200ResponseInnerToJSON(json: any): any;
export declare function GetItemDataType200ResponseInnerToJSONTyped(value?: GetItemDataType200ResponseInner | null, ignoreDiscriminator?: boolean): any;
