/** * * * Enumeration of the possible types of data owners in the iCure platform: healthcare parties, * devices, and patients. */ export declare enum DataOwnerType { Hcp = "Hcp", Device = "Device", Patient = "Patient" }