@getopenpay/client
Version:
OpenPay API TypeScript SDK
26 lines (25 loc) • 933 B
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 UsageTypeEnum: {
readonly Metered: "metered";
readonly Licensed: "licensed";
};
export type UsageTypeEnum = typeof UsageTypeEnum[keyof typeof UsageTypeEnum];
export declare function instanceOfUsageTypeEnum(value: any): boolean;
export declare function UsageTypeEnumFromJSON(json: any): UsageTypeEnum;
export declare function UsageTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsageTypeEnum;
export declare function UsageTypeEnumToJSON(value?: UsageTypeEnum | null): any;
export declare function UsageTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): UsageTypeEnum;