import type { EModule } from "../../domain/enum/module.enum";
export type TModuleEnableStatusProperties = Partial<Record<EModule, boolean>>;
