/** * Fabric API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * 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 UsageAmountType: { readonly Consumed: "consumed"; readonly Remaining: "remaining"; }; export type UsageAmountType = typeof UsageAmountType[keyof typeof UsageAmountType]; export declare function instanceOfUsageAmountType(value: any): boolean; export declare function UsageAmountTypeFromJSON(json: any): UsageAmountType; export declare function UsageAmountTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsageAmountType; export declare function UsageAmountTypeToJSON(value?: UsageAmountType | null): any; export declare function UsageAmountTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): UsageAmountType;