import { PropertyStub } from '../PropertyStub.mjs'; /** * * * Interface for entities that own and control access to encrypted data in the iCure system. * Data owners (such as healthcare parties, patients, and devices) can grant access to their data * through delegations. */ export interface DataOwner { properties: Array; }