cwmsjs
Version:
CWMS Data API Library for JavaScript/TypeScript created with OpenAPI generator for use with browser webapps
34 lines (33 loc) • 904 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 VirtualRatingAllOf
*/
export interface VirtualRatingAllOf {
/**
*
* @type {Array<object>}
* @memberof VirtualRatingAllOf
*/
sourceRatings?: Array<object>;
/**
*
* @type {string}
* @memberof VirtualRatingAllOf
*/
connections?: string;
}
export declare function VirtualRatingAllOfFromJSON(json: any): VirtualRatingAllOf;
export declare function VirtualRatingAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): VirtualRatingAllOf;
export declare function VirtualRatingAllOfToJSON(value?: VirtualRatingAllOf | null): any;