fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
27 lines • 972 B
TypeScript
/**
* fastcomments
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @enum {string}
*/
export declare enum PagesSortBy {
updatedAt = "updatedAt",
commentCount = "commentCount",
title = "title"
}
export declare function instanceOfPagesSortBy(value: any): boolean;
export declare function PagesSortByFromJSON(json: any): PagesSortBy;
export declare function PagesSortByFromJSONTyped(json: any, ignoreDiscriminator: boolean): PagesSortBy;
export declare function PagesSortByToJSON(value?: PagesSortBy | null): any;
export declare function PagesSortByToJSONTyped(value: any, ignoreDiscriminator: boolean): PagesSortBy;
//# sourceMappingURL=PagesSortBy.d.ts.map