/** * 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 GA4GHByType: { readonly self: "self"; readonly peer: "peer"; readonly system: "system"; readonly so: "so"; readonly dac: "dac"; }; export type GA4GHByType = typeof GA4GHByType[keyof typeof GA4GHByType]; export declare function instanceOfGA4GHByType(value: any): boolean; export declare function GA4GHByTypeFromJSON(json: any): GA4GHByType; export declare function GA4GHByTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): GA4GHByType; export declare function GA4GHByTypeToJSON(value?: GA4GHByType | null): any; export declare function GA4GHByTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): GA4GHByType;