UNPKG

fastcomments-sdk

Version:

FastComments API Client - A SDK for interacting with the FastComments API

31 lines 1.15 kB
/** * 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. */ /** * The supported aggregation operation types * @export * @enum {string} */ export declare enum AggregationOpType { sum = "sum", countDistinct = "countDistinct", distinct = "distinct", avg = "avg", min = "min", max = "max", count = "count" } export declare function instanceOfAggregationOpType(value: any): boolean; export declare function AggregationOpTypeFromJSON(json: any): AggregationOpType; export declare function AggregationOpTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): AggregationOpType; export declare function AggregationOpTypeToJSON(value?: AggregationOpType | null): any; export declare function AggregationOpTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): AggregationOpType; //# sourceMappingURL=AggregationOpType.d.ts.map