UNPKG

react-application-core

Version:

A react-based application core for the business applications.

10 lines (9 loc) 242 B
import { AnyT } from '../../definitions.interface'; /** * @stable [23.05.2018] */ export declare class ObjectStatus { static readonly $PROTOCOL_PAYLOAD_CLASS_IDENTIFIER = "ObjectStatus"; object: string; status: AnyT; }