/*! Copyright (c) 2020 Siemens AG. Licensed under the MIT License. */ import { CoatyObject } from "./object"; /** * Represents the unique identity of a Coaty container. */ export interface Identity extends CoatyObject { coreType: "Identity"; }