cwmsjs
Version:
CWMS Data API Library for JavaScript/TypeScript created with OpenAPI generator for use with browser webapps
28 lines (27 loc) • 807 B
TypeScript
/**
* CWMS Data API
* CWMS REST API for Data Retrieval
*
* The version of the OpenAPI document: 2.4.0-2026.3.16
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface ExpressionRatingAllOf
*/
export interface ExpressionRatingAllOf {
/**
*
* @type {string}
* @memberof ExpressionRatingAllOf
*/
expression?: string;
}
export declare function ExpressionRatingAllOfFromJSON(json: any): ExpressionRatingAllOf;
export declare function ExpressionRatingAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExpressionRatingAllOf;
export declare function ExpressionRatingAllOfToJSON(value?: ExpressionRatingAllOf | null): any;