/** * User Service API * Solomon AI User Service API - Manages user profiles and authentication * * The version of the OpenAPI document: 1.0 * Contact: yoanyomba@solomon-ai.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Units of storage used in the system for tracking and allocations. - STORAGE_UNIT_UNSPECIFIED: Default unspecified storage unit. - STORAGE_UNIT_BYTES: Storage measured in bytes. - STORAGE_UNIT_KILOBYTES: Storage measured in kilobytes. - STORAGE_UNIT_MEGABYTES: Storage measured in megabytes. - STORAGE_UNIT_GIGABYTES: Storage measured in gigabytes. - STORAGE_UNIT_TERABYTES: Storage measured in terabytes. - STORAGE_UNIT_REQUESTS: Storage measured by request counts. */ export declare enum StorageUnit { Unspecified, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Requests }