/** * My API * API documentation for my Laravel app * * The version of the OpenAPI document: 1.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 */ export declare const ProductRating: { readonly _5: "5"; readonly _4: "4"; readonly _3: "3"; readonly _2: "2"; }; export type ProductRating = typeof ProductRating[keyof typeof ProductRating]; export declare function instanceOfProductRating(value: any): boolean; export declare function ProductRatingFromJSON(json: any): ProductRating; export declare function ProductRatingFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProductRating; export declare function ProductRatingToJSON(value?: ProductRating | null): any; export declare function ProductRatingToJSONTyped(value: any, ignoreDiscriminator: boolean): ProductRating;