/** * metrics-sdk-admin * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 5.4.9 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * metrics-sdk-admin * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 5.4.9 * * * 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 ResistancePrecision: { readonly int: "int"; readonly dec: "dec"; }; export type ResistancePrecision = 'int' | 'dec'; export declare function instanceOfResistancePrecision(value: unknown): boolean; export declare function ResistancePrecisionFromJSON(json: unknown): ResistancePrecision; export declare function ResistancePrecisionFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): ResistancePrecision; export declare function ResistancePrecisionToJSON(value?: ResistancePrecision | null): ResistancePrecision | null | undefined;