import type { TModuleEnableStatusProperties } from "../../application/type/module-enable-status-properties.type";
export type TInitCommandProperties = TModuleEnableStatusProperties;
