UNPKG

react-application-core

Version:

A react-based application core for the business applications.

7 lines (6 loc) 158 B
import { IIdWrapper } from '../definitions.interface'; /** * @stable [26.02.2019] */ export interface IOperationEntity extends IIdWrapper<string> { }