interface DefaultPropertyMutateEvent {
    collection: string;
    creator: string;
    keys: string[];
    new_values: _0x3.property_map.PropertyValue[];
    old_values: _0x1.option.Option<_0x3.property_map.PropertyValue>[];
    token: string;
}

Properties

collection: string
creator: string
keys: string[]
token: string