/** * @name ListMode * @description The processing mode that applies to this list. * @description working | snapshot | changes * @see ListMode * @version R4 * @author Roberto Araneda Espinoza */ export type ListModeType = 'working' | 'snapshot' | 'changes';