UNPKG

umbraco-management-api-client

Version:

TypeScript client for the Umbraco Management API (auto-generated by OpenAPI Generator)

23 lines (22 loc) 1.1 kB
/** * 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 { MediaTypeItemResponseModel } from './MediaTypeItemResponseModel'; /** * @type GetItemMediaType200ResponseInner * * @export */ export type GetItemMediaType200ResponseInner = MediaTypeItemResponseModel; export declare function GetItemMediaType200ResponseInnerFromJSON(json: any): GetItemMediaType200ResponseInner; export declare function GetItemMediaType200ResponseInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetItemMediaType200ResponseInner; export declare function GetItemMediaType200ResponseInnerToJSON(json: any): any; export declare function GetItemMediaType200ResponseInnerToJSONTyped(value?: GetItemMediaType200ResponseInner | null, ignoreDiscriminator?: boolean): any;