Change triggered by the Set InterfaceId update action.

interface SetInterfaceIdChange {
    change: string;
    nextValue: string;
    previousValue: string;
    type: "SetInterfaceIdChange";
}

Properties

change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "SetInterfaceIdChange"