umbraco-management-api-client
Version:
TypeScript client for the Umbraco Management API (auto-generated by OpenAPI Generator)
23 lines (22 loc) • 1.08 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 { ItemSortingRequestModel } from './ItemSortingRequestModel';
/**
* @type SortingRequestModelSortingInner
*
* @export
*/
export type SortingRequestModelSortingInner = ItemSortingRequestModel;
export declare function SortingRequestModelSortingInnerFromJSON(json: any): SortingRequestModelSortingInner;
export declare function SortingRequestModelSortingInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SortingRequestModelSortingInner;
export declare function SortingRequestModelSortingInnerToJSON(json: any): any;
export declare function SortingRequestModelSortingInnerToJSONTyped(value?: SortingRequestModelSortingInner | null, ignoreDiscriminator?: boolean): any;