UNPKG

umbraco-management-api-client

Version:

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

23 lines (22 loc) 1.18 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 { DocumentValueResponseModel } from './DocumentValueResponseModel'; /** * @type DocumentBlueprintResponseModelValuesInner * * @export */ export type DocumentBlueprintResponseModelValuesInner = DocumentValueResponseModel; export declare function DocumentBlueprintResponseModelValuesInnerFromJSON(json: any): DocumentBlueprintResponseModelValuesInner; export declare function DocumentBlueprintResponseModelValuesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentBlueprintResponseModelValuesInner; export declare function DocumentBlueprintResponseModelValuesInnerToJSON(json: any): any; export declare function DocumentBlueprintResponseModelValuesInnerToJSONTyped(value?: DocumentBlueprintResponseModelValuesInner | null, ignoreDiscriminator?: boolean): any;