/** * 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 SearchFieldName: { readonly Id: "Id"; readonly Name: "Name"; readonly Description: "Description"; readonly EntityType: "EntityType"; readonly ModifiedBy: "ModifiedBy"; readonly ModifiedOn: "ModifiedOn"; readonly CreatedBy: "CreatedBy"; readonly CreatedOn: "CreatedOn"; readonly Consortium: "Consortium"; readonly Diagnosis: "Diagnosis"; readonly Organ: "Organ"; readonly Tissue: "Tissue"; }; export type SearchFieldName = typeof SearchFieldName[keyof typeof SearchFieldName]; export declare function instanceOfSearchFieldName(value: any): boolean; export declare function SearchFieldNameFromJSON(json: any): SearchFieldName; export declare function SearchFieldNameFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchFieldName; export declare function SearchFieldNameToJSON(value?: SearchFieldName | null): any; export declare function SearchFieldNameToJSONTyped(value: any, ignoreDiscriminator: boolean): SearchFieldName;