/** * 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 LicenseRight: { readonly view: "view"; readonly edit: "edit"; }; export type LicenseRight = 'view' | 'edit'; export declare function instanceOfLicenseRight(value: unknown): boolean; export declare function LicenseRightFromJSON(json: unknown): LicenseRight; export declare function LicenseRightFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): LicenseRight; export declare function LicenseRightToJSON(value?: LicenseRight | null): LicenseRight | null | undefined;