Type Alias ItemPropertiesLocked

ItemPropertiesLocked: PlainDescriptor<{
    collection: number;
    item: number;
    lock_attributes: boolean;
    lock_metadata: boolean;
}>

item metadata or attributes were locked.