/** * Synapse REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * 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 SubscriptionObjectType: { readonly FORUM: "FORUM"; readonly THREAD: "THREAD"; readonly DATA_ACCESS_SUBMISSION: "DATA_ACCESS_SUBMISSION"; readonly DATA_ACCESS_SUBMISSION_STATUS: "DATA_ACCESS_SUBMISSION_STATUS"; }; export type SubscriptionObjectType = typeof SubscriptionObjectType[keyof typeof SubscriptionObjectType]; export declare function instanceOfSubscriptionObjectType(value: any): boolean; export declare function SubscriptionObjectTypeFromJSON(json: any): SubscriptionObjectType; export declare function SubscriptionObjectTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubscriptionObjectType; export declare function SubscriptionObjectTypeToJSON(value?: SubscriptionObjectType | null): any; export declare function SubscriptionObjectTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): SubscriptionObjectType;