export interface RecordOperationData { isRecordOperation: boolean; operationDescription?: string; }