/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { ConfidentialityType } from "./ConfidentialityType"; import { IDKMEHR } from "./IDKMEHR"; import { LnkType } from "./LnkType"; import { PersonType } from "./PersonType"; import { TextType } from "./TextType"; import { TransactionType } from "./TransactionType"; export declare class FolderType { constructor(json: JSON | any); confidentiality?: ConfidentialityType; ids?: Array; lnks?: Array; patient?: PersonType; texts?: Array; transactions?: Array; }