/** * 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 MSeriesGuidedSessionRight: { readonly access: "access"; readonly publish: "publish"; }; export type MSeriesGuidedSessionRight = 'access' | 'publish'; export declare function instanceOfMSeriesGuidedSessionRight(value: unknown): boolean; export declare function MSeriesGuidedSessionRightFromJSON(json: unknown): MSeriesGuidedSessionRight; export declare function MSeriesGuidedSessionRightFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): MSeriesGuidedSessionRight; export declare function MSeriesGuidedSessionRightToJSON(value?: MSeriesGuidedSessionRight | null): MSeriesGuidedSessionRight | null | undefined;