interface Change {
    objectId?: string;
    objectType?: ObjectType;
    operation: Operation;
}

Properties

objectId?: string
objectType?: ObjectType
operation: Operation

Generated using TypeDoc