@getopenpay/client
Version:
OpenPay API TypeScript SDK
27 lines (26 loc) • 1.15 kB
TypeScript
/**
* OpenPay API
* super charge your subscription management.
*
* The version of the OpenAPI document: 1.2.1
*
*
* 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 MeterEventValueGroupingWindow: {
readonly Day: "day";
readonly Hour: "hour";
readonly None: "none";
};
export type MeterEventValueGroupingWindow = typeof MeterEventValueGroupingWindow[keyof typeof MeterEventValueGroupingWindow];
export declare function instanceOfMeterEventValueGroupingWindow(value: any): boolean;
export declare function MeterEventValueGroupingWindowFromJSON(json: any): MeterEventValueGroupingWindow;
export declare function MeterEventValueGroupingWindowFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeterEventValueGroupingWindow;
export declare function MeterEventValueGroupingWindowToJSON(value?: MeterEventValueGroupingWindow | null): any;
export declare function MeterEventValueGroupingWindowToJSONTyped(value: any, ignoreDiscriminator: boolean): MeterEventValueGroupingWindow;