export enum RsUserInterventionStatusEnum { TO_DO = 'TO_DO', DOING = 'DOING', PAUSED = 'PAUSED', DONE = 'DONE', VIEWED = 'VIEWED', }