UNPKG

umbraco-management-api-client

Version:

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

27 lines (26 loc) 1.14 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. */ /** * * @export */ export declare const OutOfDateTypeModel: { readonly OutOfDate: "OutOfDate"; readonly Current: "Current"; readonly Unknown: "Unknown"; }; export type OutOfDateTypeModel = typeof OutOfDateTypeModel[keyof typeof OutOfDateTypeModel]; export declare function instanceOfOutOfDateTypeModel(value: any): boolean; export declare function OutOfDateTypeModelFromJSON(json: any): OutOfDateTypeModel; export declare function OutOfDateTypeModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): OutOfDateTypeModel; export declare function OutOfDateTypeModelToJSON(value?: OutOfDateTypeModel | null): any; export declare function OutOfDateTypeModelToJSONTyped(value: any, ignoreDiscriminator: boolean): OutOfDateTypeModel;