interface ProposeEntityPropertyChange {
    id: string;
    isConstructorProperty: boolean;
    name: PROPOSE_ENTITY_PROPERTY_CHANGE;
    property: string;
    value: any;
}

Hierarchy (view full)

Properties

id: string
isConstructorProperty: boolean
property: string
value: any