react-application-core
Version:
A react-based application core for the business applications.
17 lines (16 loc) • 568 B
TypeScript
import { ObjectStatus } from './object.status';
import { IPayloadWrapper, ITypeWrapper } from '../../definitions.interface';
import { CommandResult } from './command.result';
/**
* @stable [21.05.2018]
*/
export declare const RESPONSE_PAYLOAD_OBJECTS_CLASSES: (typeof ObjectStatus | typeof CommandResult)[];
/**
* @stable [21.05.2018]
*/
export interface IProtocolPayloadEntity extends ITypeWrapper, IPayloadWrapper {
}
/**
* @stable [23.05.2018]
*/
export declare const $PROTOCOL_PAYLOAD_CLASS_IDENTIFIER = "$PROTOCOL_PAYLOAD_CLASS_IDENTIFIER";