import { IIdWrapper } from '../definitions.interface'; /** * @stable [26.02.2019] */ export interface IOperationEntity extends IIdWrapper { }