/** * 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 FileHandleAssociateType: { readonly FileEntity: "FileEntity"; readonly TableEntity: "TableEntity"; readonly WikiAttachment: "WikiAttachment"; readonly WikiMarkdown: "WikiMarkdown"; readonly UserProfileAttachment: "UserProfileAttachment"; readonly MessageAttachment: "MessageAttachment"; readonly TeamAttachment: "TeamAttachment"; readonly SubmissionAttachment: "SubmissionAttachment"; readonly VerificationSubmission: "VerificationSubmission"; readonly AccessRequirementAttachment: "AccessRequirementAttachment"; readonly DataAccessRequestAttachment: "DataAccessRequestAttachment"; readonly DataAccessSubmissionAttachment: "DataAccessSubmissionAttachment"; readonly FormData: "FormData"; }; export type FileHandleAssociateType = typeof FileHandleAssociateType[keyof typeof FileHandleAssociateType]; export declare function instanceOfFileHandleAssociateType(value: any): boolean; export declare function FileHandleAssociateTypeFromJSON(json: any): FileHandleAssociateType; export declare function FileHandleAssociateTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): FileHandleAssociateType; export declare function FileHandleAssociateTypeToJSON(value?: FileHandleAssociateType | null): any; export declare function FileHandleAssociateTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): FileHandleAssociateType;