export declare enum ActionTypeEnum {
    '_ADD' = "add",
    '_EDIT' = "edit",
    '_VIEW' = "view"
}
