export type ResetType = string; export const resetTypeEnum = { initial: 'INITIAL', clean: 'CLEAN', noreset: '', };