interface ModelEvent {
    current: any;
    original?: any;
}

Properties

Properties

current: any
original?: any