1type BoltBindEventDetail = {2 objectApiName: 'edit' | 'insert';3 recordField: [ObjectApiName, FieldValue];4}