/** * 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 UsageType: { readonly Storage: "storage"; readonly Chatbot: "chatbot"; readonly Credits: "credits"; readonly ImportedItems: "imported_items"; readonly Workspace: "workspace"; readonly Voicenote: "voicenote"; readonly Space: "space"; }; export type UsageType = typeof UsageType[keyof typeof UsageType]; export declare function instanceOfUsageType(value: any): boolean; export declare function UsageTypeFromJSON(json: any): UsageType; export declare function UsageTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsageType; export declare function UsageTypeToJSON(value?: UsageType | null): any; export declare function UsageTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): UsageType;