export interface ICrudAction { CANCEL: string; FAIL: string; FINISH: string; REQUEST: string; value: string; }