umbraco-management-api-client
Version:
TypeScript client for the Umbraco Management API (auto-generated by OpenAPI Generator)
23 lines (22 loc) • 1.23 kB
TypeScript
/**
* 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 { DocumentNotificationResponseModel } from './DocumentNotificationResponseModel';
/**
* @type GetDocumentByIdNotifications200ResponseInner
*
* @export
*/
export type GetDocumentByIdNotifications200ResponseInner = DocumentNotificationResponseModel;
export declare function GetDocumentByIdNotifications200ResponseInnerFromJSON(json: any): GetDocumentByIdNotifications200ResponseInner;
export declare function GetDocumentByIdNotifications200ResponseInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetDocumentByIdNotifications200ResponseInner;
export declare function GetDocumentByIdNotifications200ResponseInnerToJSON(json: any): any;
export declare function GetDocumentByIdNotifications200ResponseInnerToJSONTyped(value?: GetDocumentByIdNotifications200ResponseInner | null, ignoreDiscriminator?: boolean): any;