/**
 * 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 { PartialViewItemResponseModel } from './PartialViewItemResponseModel';
/**
 * @type GetItemPartialView200ResponseInner
 *
 * @export
 */
export type GetItemPartialView200ResponseInner = PartialViewItemResponseModel;
export declare function GetItemPartialView200ResponseInnerFromJSON(json: any): GetItemPartialView200ResponseInner;
export declare function GetItemPartialView200ResponseInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetItemPartialView200ResponseInner;
export declare function GetItemPartialView200ResponseInnerToJSON(json: any): any;
export declare function GetItemPartialView200ResponseInnerToJSONTyped(value?: GetItemPartialView200ResponseInner | null, ignoreDiscriminator?: boolean): any;
